From e776b6ed0b544b5f5d72a1d5b76264dc4b82e942 Mon Sep 17 00:00:00 2001 From: kyson Lok Date: Fri, 15 Dec 2017 16:21:27 +0800 Subject: [PATCH] ar71xx: fix LED name typo for GL-AR300M It shouldn't use double colon characters. Signed-off-by: kyson Lok --- 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 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, }, -- 2.30.2