Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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",
	},
};