linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [patch] fix strange characters in zaurus gpio .desc
@ 2010-01-07 20:31 Pavel Machek
  2010-01-07 22:31 ` Stanislav Brabec
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2010-01-07 20:31 UTC (permalink / raw)
  To: linux-arm-kernel

From: Cyril Hrubis <metan@ucw.cz>
    
Somehow, strange characters made their way zaurus gpio .desc
fields. Fix it.
    
Signed-off-by: Pavel Machek <pavel@ucw.cz>

--- a/arch/arm/mach-pxa/spitz.c
+++ b/arch/arm/mach-pxa/spitz.c
@@ -389,13 +389,13 @@ static struct gpio_keys_button spitz_gpio_keys[] = {
 		.type	= EV_SW,
 		.code	= 0,
 		.gpio	= SPITZ_GPIO_SWA,
-		.desc	= "???Display Down",
+		.desc	= "Display Down",
 	},
 	{
 		.type	= EV_SW,
 		.code	= 1,
 		.gpio	= SPITZ_GPIO_SWB,
-		.desc	= "???Lid Closed",
+		.desc	= "Lid Closed",
 	},
 };
 

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

end of thread, other threads:[~2010-01-08  1:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 20:31 [patch] fix strange characters in zaurus gpio .desc Pavel Machek
2010-01-07 22:31 ` Stanislav Brabec
2010-01-08  1:44   ` Eric Miao
2010-01-08  1:57     ` 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).