ar71xx: wnr2200: fix a typo in a LED name
authorGabor Juhos <juhosg@openwrt.org>
Thu, 19 Sep 2013 17:52:40 +0000 (17:52 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 19 Sep 2013 17:52:40 +0000 (17:52 +0000)
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

index 502fd5ecbc56617a3d16393728c6cb2f704e3845..33cc178b3b1a7e9505c63fbe0a0d65e63c9b2e92 100644 (file)
@@ -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,
        }, {