diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 17:52:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 17:52:40 +0000 |
commit | ff7456046021f02165b57d0ef63865c7ff91c3c8 (patch) | |
tree | cb3555ea1f89c31289821e1006ab18606e01f8a3 /target/linux/ar71xx/files/arch/mips | |
parent | b1560fb9e374a7b7bfca7f81eec1b225ead42ac4 (diff) | |
download | upstream-ff7456046021f02165b57d0ef63865c7ff91c3c8.tar.gz upstream-ff7456046021f02165b57d0ef63865c7ff91c3c8.tar.bz2 upstream-ff7456046021f02165b57d0ef63865c7ff91c3c8.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, { |