From c142df309420b153253ff739ec5511501878b5b0 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Thu, 29 Sep 2016 09:18:05 +0200 Subject: ar71xx: fix LED names for GL Innovations boards Signed-off-by: Piotr Dymacz --- target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c index 310182cc8e..e0d1ea4381 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c @@ -42,17 +42,17 @@ static struct gpio_led gl_ar150_leds_gpio[] __initdata = { { - .name = "gl_ar150:wlan", + .name = "gl-ar150:wlan", .gpio = GL_AR150_GPIO_LED_WLAN, .active_low = 0, }, { - .name = "gl_ar150:lan", + .name = "gl-ar150:lan", .gpio = GL_AR150_GPIO_LED_LAN, .active_low = 0, }, { - .name = "gl_ar150:wan", + .name = "gl-ar150:wan", .gpio = GL_AR150_GPIO_LED_WAN, .active_low = 0, .default_state = 1, -- cgit v1.2.3