From: Eric Bénard Date: Wed, 19 May 2010 16:45:56 +0000 (+0200) Subject: eukrea_mbimx27-baseboard: fix typo in display name X-Git-Tag: v2.6.36-rc1~591^2^2~1^2~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4eaad66adf607ba005e2cf118e9a542899bf0187;p=thirdparty%2Fkernel%2Flinux.git eukrea_mbimx27-baseboard: fix typo in display name Signed-off-by: Eric Bénard Signed-off-by: Sascha Hauer --- diff --git a/arch/arm/mach-mx2/eukrea_mbimx27-baseboard.c b/arch/arm/mach-mx2/eukrea_mbimx27-baseboard.c index f3b169d5245fc..c9e4452e5dbad 100644 --- a/arch/arm/mach-mx2/eukrea_mbimx27-baseboard.c +++ b/arch/arm/mach-mx2/eukrea_mbimx27-baseboard.c @@ -127,7 +127,7 @@ static struct platform_device leds_gpio = { static struct imx_fb_videomode eukrea_mbimx27_modes[] = { { .mode = { - .name = "CMO-QGVA", + .name = "CMO-QVGA", .refresh = 60, .xres = 320, .yres = 240,