aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorCyril Hrubis <metan@ucw.cz>2010-01-07 21:31:04 +0100
committerEric Miao <eric.y.miao@gmail.com>2010-01-08 09:42:45 +0800
commitd13fecd0293d55a4bcb8a31078216504192d8ce0 (patch)
treeb3759788af8f01f57693054f2366fc32237a4f6f /arch/arm
parent[ARM] pxa: fix compiler warnings of unused variable 'id' in cpu_is_pxa9*() (diff)
downloadlinux-dev-d13fecd0293d55a4bcb8a31078216504192d8ce0.tar.xz
linux-dev-d13fecd0293d55a4bcb8a31078216504192d8ce0.zip
[ARM] pxa: fix strange characters in zaurus gpio .desc
Somehow, strange characters made their way zaurus gpio .desc fields. Fix it. Signed-off-by: Pavel Machek <pavel@ucw.cz> Acked-by: Stanislav Brabec <utx@penguin.cz> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-pxa/spitz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c
index 4b50f144fa48..28352c0b8c34 100644
--- 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",
},
};