public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] leds: leds-lp5569: Fix typo in driver name
@ 2024-07-04  1:55 Christian Marangi
  2024-07-04  1:55 ` [PATCH 2/3] leds: leds-lp5569: Better handle enabling clock internal setting Christian Marangi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christian Marangi @ 2024-07-04  1:55 UTC (permalink / raw)
  To: Pavel Machek, Lee Jones, linux-leds, linux-kernel; +Cc: Christian Marangi

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(-)

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,
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-11 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04  1:55 [PATCH 1/3] leds: leds-lp5569: Fix typo in driver name Christian Marangi
2024-07-04  1:55 ` [PATCH 2/3] leds: leds-lp5569: Better handle enabling clock internal setting Christian Marangi
2024-07-04  1:55 ` [PATCH 3/3] leds: leds-lp5569: Enable chip after chip configuration Christian Marangi
2024-07-11 15:51 ` [PATCH 1/3] leds: leds-lp5569: Fix typo in driver name Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox