summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
diff options
context:
space:
mode:
authorMichel von Czettritz <michel.von.czettritz@gmail.com>2015-05-26 17:22:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-31 12:04:35 +0900
commitc4eacdad9d9a563c0b324123fa5d5e7e07cda33c (patch)
tree39b109658f2544a8b5eaa38f7f2beaf1c4259fc7 /drivers/staging/sm750fb
parent63de0eb0bc7c00336f4293724d0d9d1bc10e9228 (diff)
downloadlinux-c4eacdad9d9a563c0b324123fa5d5e7e07cda33c.tar.gz
linux-c4eacdad9d9a563c0b324123fa5d5e7e07cda33c.tar.bz2
linux-c4eacdad9d9a563c0b324123fa5d5e7e07cda33c.zip
staging: sm750fb: remove duplicate from fb_videomode
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>
Diffstat (limited to 'drivers/staging/sm750fb')
-rw-r--r--drivers/staging/sm750fb/sm750.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index 69b18f399b90..d90b4634b954 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -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,