aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
index 567fef9c9c..42f4415d7f 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
@@ -41,27 +41,27 @@
static struct gpio_led gl_mifi_leds_gpio[] __initdata = {
{
- .name = "gl_mifi:wan",
+ .name = "gl-mifi:wan",
.gpio = GL_MIFI_GPIO_LED_WAN,
.active_low = 0,
},
{
- .name = "gl_mifi:lan",
+ .name = "gl-mifi:lan",
.gpio = GL_MIFI_GPIO_LED_LAN,
.active_low = 0,
},
{
- .name = "gl_mifi:wlan",
+ .name = "gl-mifi:wlan",
.gpio = GL_MIFI_GPIO_LED_WLAN,
.active_low = 0,
},
{
- .name = "gl_mifi:net",
+ .name = "gl-mifi:net",
.gpio = GL_MIFI_GPIO_LED_NET,
.active_low = 0,
},
{
- .name = "gl_mifi:3gcontrol",
+ .name = "gl-mifi:3gcontrol",
.gpio = GL_MIFI_GPIO_LED_3GCONTROL,
.active_low = 0,
}