Re: spitz 2.6.34-rc4: fix On/off key name to fix warning during boot

From: Eric Miao
Date: Wed May 05 2010 - 03:04:10 EST


On Fri, Apr 16, 2010 at 9:12 PM, Pavel Machek <pavel@xxxxxx> wrote:
> On/Off contains slash in the name, which causes warning during boot.
>
> Signed-off-by: Pavel Machek <pavel@xxxxxx>
>

Applied.

> --- ./arch/arm/mach-pxa/spitz.c 2010-03-21 22:09:12.000000000 +0100
> +++ ./arch/arm/mach-pxa/spitz.c 2010-04-16 03:45:07.000000000 +0200
> @@ -363,7 +363,7 @@
>        Â.type  = EV_PWR,
>        Â.code  = KEY_SUSPEND,
>        Â.gpio  = SPITZ_GPIO_ON_KEY,
> -        .desc  = "On/Off",
> +        .desc  = "On Off",
> Â Â Â Â Â Â Â Â.wakeup = 1,
> Â Â Â Â},
> Â Â Â Â/* Two buttons detecting the lid state */
>
> --
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/