Selaa lähdekoodia

ar71xx: fix LED name typo for GL-AR300M

It shouldn't use double colon characters.

Signed-off-by: kyson Lok <[email protected]>
kyson Lok 7 vuotta sitten
vanhempi
sitoutus
e776b6ed0b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
 	},