public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] leds: fix config reference for AW200xx driver
@ 2023-06-09 10:02 Lukas Bulwahn
  2023-06-15 14:07 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2023-06-09 10:02 UTC (permalink / raw)
  To: Pavel Machek, Lee Jones, Andy Shevchenko, Martin Kurbanov,
	linux-leds
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 36a87f371b7a ("leds: Add AW20xx driver") adds config LEDS_AW200XX
in drivers/leds/Kconfig, but then in drivers/leds/Makefile accidently
refers to CONFIG_LEDS_W200XX; note the missing A!

This typo makes it impossible to add the driver to a kernel build.

Fix this wrong config reference.

Fixes: 36a87f371b7a ("leds: Add AW20xx driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 drivers/leds/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
index df6bf408212c..d71f1226540c 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -14,7 +14,7 @@ obj-$(CONFIG_LEDS_ADP5520)		+= leds-adp5520.o
 obj-$(CONFIG_LEDS_AN30259A)		+= leds-an30259a.o
 obj-$(CONFIG_LEDS_APU)			+= leds-apu.o
 obj-$(CONFIG_LEDS_ARIEL)		+= leds-ariel.o
-obj-$(CONFIG_LEDS_W200XX)		+= leds-aw200xx.o
+obj-$(CONFIG_LEDS_AW200XX)		+= leds-aw200xx.o
 obj-$(CONFIG_LEDS_AW2013)		+= leds-aw2013.o
 obj-$(CONFIG_LEDS_BCM6328)		+= leds-bcm6328.o
 obj-$(CONFIG_LEDS_BCM6358)		+= leds-bcm6358.o
-- 
2.17.1


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

* Re: [PATCH] leds: fix config reference for AW200xx driver
  2023-06-09 10:02 [PATCH] leds: fix config reference for AW200xx driver Lukas Bulwahn
@ 2023-06-15 14:07 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2023-06-15 14:07 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Pavel Machek, Andy Shevchenko, Martin Kurbanov, linux-leds,
	kernel-janitors, linux-kernel

On Fri, 09 Jun 2023, Lukas Bulwahn wrote:

> Commit 36a87f371b7a ("leds: Add AW20xx driver") adds config LEDS_AW200XX
> in drivers/leds/Kconfig, but then in drivers/leds/Makefile accidently
> refers to CONFIG_LEDS_W200XX; note the missing A!
> 
> This typo makes it impossible to add the driver to a kernel build.
> 
> Fix this wrong config reference.
> 
> Fixes: 36a87f371b7a ("leds: Add AW20xx driver")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  drivers/leds/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

-- 
Lee Jones [李琼斯]

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

end of thread, other threads:[~2023-06-15 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 10:02 [PATCH] leds: fix config reference for AW200xx driver Lukas Bulwahn
2023-06-15 14:07 ` Lee Jones

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