From: Rasmus Villemoes Date: Fri, 20 Jun 2014 19:59:57 +0000 (+0200) Subject: drivers/video/fbdev/sis: Add missing else X-Git-Tag: omap-for-v3.17/fixes-against-rc2~112^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621f58cc3a10c4a5d8e1129b7d9bbc4a9ee3383a;p=pandora-kernel.git drivers/video/fbdev/sis: Add missing else The surrounding code and the fact that the previous two if's are rendered useless without this "else" (since SIS_340==55 and XGI_20==75 are greater than SIS_661==15) suggests that the "else" is indeed missing. Signed-off-by: Rasmus Villemoes Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed