From 58fe5279318b0bcc398ea5bde68db4ce204daa8b Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Mon, 2 Apr 2018 06:21:49 +0200 Subject: 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 [add commit message] Signed-off-by: Mathias Kresin --- target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c index 9f8ca2f46b..a5c68ed65a 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c @@ -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, }, -- cgit v1.2.3