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:
parent
7f029c3924
commit
e776b6ed0b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue