From: Peter Huewe Date: Sun, 15 Jan 2012 19:34:52 +0000 (+0100) Subject: staging/xgifb: Remove unsupported mode LCD_320x480 X-Git-Tag: v3.4-rc1~186^2~176^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24b0a3f0c9ab95a7910458f3b4d90fdf19954e2;p=pandora-kernel.git staging/xgifb: Remove unsupported mode LCD_320x480 This patch removes the probed mode LCD_320x480 which isn't supported anyway since this mode falls through to the default (=invalid) mode in the XGIfb_validate_mode function (see line 529 ff. for details. the commented out code for this mode is also removed). By removing this assignment, we can use the LCD_TYPEs from the sis driver without modifications. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed