diff mbox series

[1/3] leds: leds-lp5569: Fix typo in driver name

Message ID 20240704015543.14495-1-ansuelsmth@gmail.com
State Superseded
Headers show
Series [1/3] leds: leds-lp5569: Fix typo in driver name | expand

Commit Message

Christian Marangi July 4, 2024, 1:55 a.m. UTC
Remove extra x from driver name as this was a typo from copy-paste
error.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
---
 drivers/leds/leds-lp5569.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lee Jones July 11, 2024, 3:51 p.m. UTC | #1
On Thu, 04 Jul 2024 03:55:40 +0200, Christian Marangi wrote:
> Remove extra x from driver name as this was a typo from copy-paste
> error.
> 
> 

Applied, thanks!

[1/3] leds: leds-lp5569: Fix typo in driver name
      commit: 16748df87358e3addc54135eb0106139d1acc104
[2/3] leds: leds-lp5569: Better handle enabling clock internal setting
      commit: 2aebbea1864a0a920d8b5c9324cb2a46665972e9
[3/3] leds: leds-lp5569: Enable chip after chip configuration
      commit: d9cc80b1c9b40a33c022e125b7f9555813c7f385

--
Lee Jones [李琼斯]
diff mbox series

Patch

diff --git a/drivers/leds/leds-lp5569.c b/drivers/leds/leds-lp5569.c
index 7ccd8dd6026a..b7a74d6c19ca 100644
--- a/drivers/leds/leds-lp5569.c
+++ b/drivers/leds/leds-lp5569.c
@@ -529,7 +529,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,