staging: sm750fb: remove duplicate from fb_videomode
authorMichel von Czettritz <michel.von.czettritz@gmail.com>
Tue, 26 May 2015 15:22:39 +0000 (17:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 03:04:35 +0000 (12:04 +0900)
As suggested by Sudip this patch removes the redundant 1360x768@60
option from the fb_videomode struct array.
The removed option and the option one it differ in a typo and a flag.

Signed-off-by: Michel von Czettritz <michel.von.czettritz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c

index 69b18f399b9017a7b25896c48eb1f94a7035d3c4..d90b4634b95446e4e9aebca6e20269b1494b4acb 100644 (file)
@@ -88,9 +88,6 @@ static const struct fb_videomode lynx750_ext[] = {
         FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
         FB_VMODE_NONINTERLACED},
 
-       {NULL, 60, 1360, 768, 11804, 208, 64, 23, 1, 144, 3,
-        FB_SYNC_HOR_HIGH_ACT|FB_VMODE_NONINTERLACED},
-
        /*      1360 x 768      [1.77083:1]     */
        {NULL,  60, 1360, 768, 11804, 208,  64, 23, 1, 144, 3,
         FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,