ar71xx: Fix typo in wan LED color of gl-mifi
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>
This commit is contained in:
parent
3a4bf25fd6
commit
58fe527931
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue