ar71xx: fix LED name typo for GL-AR300M

It shouldn't use double colon characters.

Signed-off-by: kyson Lok <kysonlok@gmail.com>
This commit is contained in:
kyson Lok 2017-12-15 16:21:27 +08:00 committed by John Crispin
parent 7f029c3924
commit e776b6ed0b

View file

@ -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,
},