Explorar o código

ar71xx: fix LED name typo for GL-AR300M

It shouldn't use double colon characters.

Signed-off-by: kyson Lok <[email protected]>
kyson Lok %!s(int64=8) %!d(string=hai) anos
pai
achega
e776b6ed0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c

+ 1 - 1
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,
 	},