* spitz 2.6.34-rc4: fix On/off key name to fix warning during boot
@ 2010-04-16 13:12 Pavel Machek
2010-05-05 7:03 ` Eric Miao
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Machek @ 2010-04-16 13:12 UTC (permalink / raw)
To: linux-arm-kernel
On/Off contains slash in the name, which causes warning during boot.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
--- ./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
^ permalink raw reply [flat|nested] 2+ messages in thread
* spitz 2.6.34-rc4: fix On/off key name to fix warning during boot
2010-04-16 13:12 spitz 2.6.34-rc4: fix On/off key name to fix warning during boot Pavel Machek
@ 2010-05-05 7:03 ` Eric Miao
0 siblings, 0 replies; 2+ messages in thread
From: Eric Miao @ 2010-05-05 7:03 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Apr 16, 2010 at 9:12 PM, Pavel Machek <pavel@ucw.cz> wrote:
> On/Off contains slash in the name, which causes warning during boot.
>
> Signed-off-by: Pavel Machek <pavel@ucw.cz>
>
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-05 7:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-16 13:12 spitz 2.6.34-rc4: fix On/off key name to fix warning during boot Pavel Machek
2010-05-05 7:03 ` Eric Miao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).