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:
Reto Schneider 2018-04-02 06:21:49 +02:00 committed by Mathias Kresin
parent 3a4bf25fd6
commit 58fe527931

View File

@ -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,
},