From 5e23012c77b484bdbc1d72c3b652eb1beb93f090 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 19 Sep 2013 17:52:40 +0000
Subject: [PATCH] ar71xx: wnr2200: fix a typo in a LED name

Reported-by: Roman A. aka BasicXP <x12ozmouse@ya.ru>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38062
---
 target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c
index 502fd5ecbc..33cc178b3b 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c
@@ -92,7 +92,7 @@ static struct gpio_led wnr2200_leds_gpio[] __initdata = {
 		.gpio		= WNR2200_GPIO_LED_LAN4_GREEN,
 		.active_low	= 1,
 	}, {
-		.name		= "wnr2200:anber:power",
+		.name		= "wnr2200:amber:power",
 		.gpio		= WNR2200_GPIO_LED_PWR_AMBER,
 		.active_low	= 1,
 	}, {
-- 
2.34.1