summaryrefslogtreecommitdiff
path: root/drivers/leds
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-lp5569.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lp5569.c b/drivers/leds/leds-lp5569.c
index 377f2c100bc2..2253c19f0cd2 100644
--- a/drivers/leds/leds-lp5569.c
+++ b/drivers/leds/leds-lp5569.c
@@ -521,7 +521,7 @@ MODULE_DEVICE_TABLE(of, of_lp5569_leds_match);
static struct i2c_driver lp5569_driver = {
.driver = {
- .name = "lp5569x",
+ .name = "lp5569",
.of_match_table = of_lp5569_leds_match,
},
.probe = lp55xx_probe,