Commit d13fecd0 authored by Cyril Hrubis's avatar Cyril Hrubis Committed by Eric Miao

[ARM] pxa: fix strange characters in zaurus gpio .desc

Somehow, strange characters made their way zaurus gpio .desc
fields. Fix it.
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Acked-by: default avatarStanislav Brabec <utx@penguin.cz>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 0dfc84c9
......@@ -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",
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment