[patch] fix strange characters in zaurus gpio .desc

Pavel Machek pavel at ucw.cz
Thu Jan 7 15:31:04 EST 2010


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



More information about the linux-arm-kernel mailing list