Skip to content

Commit

Permalink
ar71xx: fix LED name typo for GL-AR300M
Browse files Browse the repository at this point in the history
It shouldn't use double colon characters.

Signed-off-by: kyson Lok <[email protected]>
  • Loading branch information
kysonlok authored and blogic committed Dec 15, 2017
1 parent 7f029c3 commit e776b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit e776b6e

Please sign in to comment.