aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
diff options
context:
space:
mode:
authorkyson Lok <kysonlok@gmail.com>2017-12-15 16:21:27 +0800
committerJohn Crispin <john@phrozen.org>2017-12-15 23:50:21 +0100
commite776b6ed0b544b5f5d72a1d5b76264dc4b82e942 (patch)
treec500ab642fe063863e4b015e30fdc55e34afe2c6 /target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
parent7f029c3924a962624a61f6989531f777846d6a89 (diff)
downloadupstream-e776b6ed0b544b5f5d72a1d5b76264dc4b82e942.tar.gz
upstream-e776b6ed0b544b5f5d72a1d5b76264dc4b82e942.tar.bz2
upstream-e776b6ed0b544b5f5d72a1d5b76264dc4b82e942.zip
ar71xx: fix LED name typo for GL-AR300M
It shouldn't use double colon characters. Signed-off-by: kyson Lok <kysonlok@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
index ca44b364c5..c4e537f861 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
@@ -58,7 +58,7 @@ static struct gpio_led gl_ar300m_leds_gpio[] __initdata = {
.active_low = 1,
},
{
- .name = "gl-ar300m::green:lan",
+ .name = "gl-ar300m:green:lan",
.gpio = GL_AR300M_GPIO_LED_LAN,
.active_low = 1,
},