[source] ar71xx: fix LED name typo for GL-AR300M
LEDE Commits
lede-commits at lists.infradead.org
Fri Dec 15 15:02:38 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/e776b6ed0b544b5f5d72a1d5b76264dc4b82e942
commit e776b6ed0b544b5f5d72a1d5b76264dc4b82e942
Author: kyson Lok <kysonlok at gmail.com>
AuthorDate: Fri Dec 15 16:21:27 2017 +0800
ar71xx: fix LED name typo for GL-AR300M
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,
},
More information about the lede-commits
mailing list