* [PATCH] ARM: mx51_defconfig: change CONFIG_LEDS_CLASS 'm' to 'y'
@ 2011-02-23 8:06 Shawn Guo
2011-02-23 8:55 ` Uwe Kleine-König
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2011-02-23 8:06 UTC (permalink / raw)
To: linux-arm-kernel
This patch is to fix the warning below.
arch/arm/configs/mx51_defconfig:113:warning: symbol value 'm' invalid for LEDS_CLASS
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
---
This warning bothers me for quite some time. I'm unsure if this is
the right fix, and I just want to draw people's attention with this
patch.
arch/arm/configs/mx51_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/configs/mx51_defconfig b/arch/arm/configs/mx51_defconfig
index 9cba68c..e3c9032 100644
--- a/arch/arm/configs/mx51_defconfig
+++ b/arch/arm/configs/mx51_defconfig
@@ -110,7 +110,7 @@ CONFIG_MMC=y
CONFIG_MMC_BLOCK=m
CONFIG_MMC_SDHCI=m
CONFIG_NEW_LEDS=y
-CONFIG_LEDS_CLASS=m
+CONFIG_LEDS_CLASS=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
CONFIG_EXT2_FS=y
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: mx51_defconfig: change CONFIG_LEDS_CLASS 'm' to 'y'
2011-02-23 8:06 [PATCH] ARM: mx51_defconfig: change CONFIG_LEDS_CLASS 'm' to 'y' Shawn Guo
@ 2011-02-23 8:55 ` Uwe Kleine-König
2011-02-23 9:03 ` Shawn Guo
0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2011-02-23 8:55 UTC (permalink / raw)
To: linux-arm-kernel
Hello Shawn,
On Wed, Feb 23, 2011 at 04:06:55PM +0800, Shawn Guo wrote:
> This patch is to fix the warning below.
>
> arch/arm/configs/mx51_defconfig:113:warning: symbol value 'm' invalid for LEDS_CLASS
I fixed that in my local tree, too, together with some more things.
Actually I thought I already sent it out, but my mailboxes seem to
not agree. I wanted to update my pull request for Sascha today anyhow
and can put that one in, too.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: mx51_defconfig: change CONFIG_LEDS_CLASS 'm' to 'y'
2011-02-23 8:55 ` Uwe Kleine-König
@ 2011-02-23 9:03 ` Shawn Guo
0 siblings, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2011-02-23 9:03 UTC (permalink / raw)
To: linux-arm-kernel
Hi Uwe,
On Wed, Feb 23, 2011 at 09:55:30AM +0100, Uwe Kleine-K?nig wrote:
> Hello Shawn,
>
> On Wed, Feb 23, 2011 at 04:06:55PM +0800, Shawn Guo wrote:
> > This patch is to fix the warning below.
> >
> > arch/arm/configs/mx51_defconfig:113:warning: symbol value 'm' invalid for LEDS_CLASS
> I fixed that in my local tree, too, together with some more things.
> Actually I thought I already sent it out, but my mailboxes seem to
> not agree. I wanted to update my pull request for Sascha today anyhow
> and can put that one in, too.
>
Feel free to drop mine, as long as we get it fixed.
--
Regards,
Shawn
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-23 9:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23 8:06 [PATCH] ARM: mx51_defconfig: change CONFIG_LEDS_CLASS 'm' to 'y' Shawn Guo
2011-02-23 8:55 ` Uwe Kleine-König
2011-02-23 9:03 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox