Re: [PATCH] video: fbdev: sis: Remove unnecessary parentheses and commented code

2018-10-08 Thread Bartlomiej Zolnierkiewicz
On 09/20/2018 10:22 PM, Nathan Chancellor wrote: > Clang warns when multiple pairs of parentheses are used for a single > conditional statement. > > drivers/video/fbdev/sis/init301.c:851:42: warning: equality comparison > with extraneous parentheses [-Wparentheses-equality] > } else if((SiS

[PATCH] video: fbdev: sis: Remove unnecessary parentheses and commented code

2018-09-21 Thread Nathan Chancellor
Clang warns when multiple pairs of parentheses are used for a single conditional statement. drivers/video/fbdev/sis/init301.c:851:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] } else if((SiS_Pr->SiS_IF_DEF_LVDS == 1) /* ||