Skip to content

Commit 9c5fd27

Browse files
Ansuellag-linaro
authored andcommitted
leds: leds-lp5569: Fix typo in driver name
Remove extra x from driver name as this was a typo from copy-paste error. Signed-off-by: Christian Marangi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 87e552a commit 9c5fd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/leds-lp5569.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ MODULE_DEVICE_TABLE(of, of_lp5569_leds_match);
521521

522522
static struct i2c_driver lp5569_driver = {
523523
.driver = {
524-
.name = "lp5569x",
524+
.name = "lp5569",
525525
.of_match_table = of_lp5569_leds_match,
526526
},
527527
.probe = lp55xx_probe,

0 commit comments

Comments
 (0)