Re: [PATCH] drivers/video/fbdev/sis: Add missing else

2014-06-23 Thread Tomi Valkeinen
On 20/06/14 22:59, Rasmus Villemoes wrote: > 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

[PATCH] drivers/video/fbdev/sis: Add missing else

2014-06-20 Thread Rasmus Villemoes
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 --- drivers/video/fbdev/sis/init.c | 2 +- 1 file chan