aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2016-09-29 09:18:05 +0200
committerJohn Crispin <john@phrozen.org>2016-10-04 11:50:50 +0200
commitc142df309420b153253ff739ec5511501878b5b0 (patch)
treee35599f820d1657e304c9873f79646a538f9e747 /target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c
parent8689078a9b9754ae6163488aaa73959714529b6d (diff)
downloadupstream-c142df309420b153253ff739ec5511501878b5b0.tar.gz
upstream-c142df309420b153253ff739ec5511501878b5b0.tar.bz2
upstream-c142df309420b153253ff739ec5511501878b5b0.zip
ar71xx: fix LED names for GL Innovations boards
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar150.c6
1 files changed, 3 insertions, 3 deletions
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,