Skip to content

Commit

Permalink
leds: leds-lp5569: Fix typo in driver name
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Ansuel authored and lag-linaro committed Jul 12, 2024
1 parent 87e552a commit 9c5fd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-lp5569.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9c5fd27

Please sign in to comment.