]> git.karo-electronics.de Git - linux-beck.git/commit
drivers/video/fbdev/sis: Add missing else
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Fri, 20 Jun 2014 19:59:57 +0000 (21:59 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 1 Jul 2014 10:32:31 +0000 (13:32 +0300)
commit621f58cc3a10c4a5d8e1129b7d9bbc4a9ee3383a
tree9600caafd11da1c694e09c716ffb0d5bef7bb53a
parent0d0b4b4d1deda1bc448c0715d8aeed1542645ff7
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 <linux@rasmusvillemoes.dk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/sis/init.c