[LEDE-DEV] [PATCH] ar71xx: fix LED name typo for GL-AR300M
kyson Lok
kysonlok at gmail.com
Fri Dec 15 00:21:27 PST 2017
It shouldn't use double colon characters.
Signed-off-by: kyson Lok <kysonlok at gmail.com>
---
target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ca44b36..c4e537f 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,
},
--
2.7.4
More information about the Lede-dev
mailing list