diff options
author | kyson Lok <kysonlok@gmail.com> | 2017-12-15 16:21:27 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-12-15 23:50:21 +0100 |
commit | e776b6ed0b544b5f5d72a1d5b76264dc4b82e942 (patch) | |
tree | c500ab642fe063863e4b015e30fdc55e34afe2c6 /target | |
parent | 7f029c3924a962624a61f6989531f777846d6a89 (diff) | |
download | upstream-e776b6ed0b544b5f5d72a1d5b76264dc4b82e942.tar.gz upstream-e776b6ed0b544b5f5d72a1d5b76264dc4b82e942.tar.bz2 upstream-e776b6ed0b544b5f5d72a1d5b76264dc4b82e942.zip |
ar71xx: fix LED name typo for GL-AR300M
It shouldn't use double colon characters.
Signed-off-by: kyson Lok <kysonlok@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c index ca44b364c5..c4e537f861 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar300m.c @@ -58,7 +58,7 @@ static struct gpio_led gl_ar300m_leds_gpio[] __initdata = { .active_low = 1, }, { - .name = "gl-ar300m::green:lan", + .name = "gl-ar300m:green:lan", .gpio = GL_AR300M_GPIO_LED_LAN, .active_low = 1, }, |