Skip to content

Commit

Permalink
ar71xx: Fix typo in wan LED color of gl-mifi
Browse files Browse the repository at this point in the history
It was wrong from the beginning and the trigger for the wan led was
never set due to the typo.

Signed-off-by: Reto Schneider <code@reto-schneider.ch>
[add commit message]
Signed-off-by: Mathias Kresin <dev@kresin.me>
  • Loading branch information
rettichschnidi authored and mkresin committed Apr 4, 2018
1 parent 3a4bf25 commit 58fe527
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-mifi.c
Expand Up @@ -41,7 +41,7 @@

static struct gpio_led gl_mifi_leds_gpio[] __initdata = {
{
.name = "gl-mifi:greeen:wan",
.name = "gl-mifi:green:wan",
.gpio = GL_MIFI_GPIO_LED_WAN,
.active_low = 0,
},
Expand Down

0 comments on commit 58fe527

Please sign in to comment.