From: Pavel Machek Date: Wed, 5 May 2010 07:03:12 +0000 (+0800) Subject: [ARM] pxa/spitz: fix On/off key name to fix warning during boot X-Git-Tag: v2.6.34-rc7~13^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b53f7710610215b6d53a5caea082d3afede142ea;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [ARM] pxa/spitz: fix On/off key name to fix warning during boot On/Off contains slash in the name, which causes warning during boot. Signed-off-by: Pavel Machek Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 19b5109..01bdd75 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c @@ -363,7 +363,7 @@ static struct gpio_keys_button spitz_gpio_keys[] = { .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 */