• A
    sisfb: eliminate compiler warnings · 17d6ce11
    Aaro Koskinen 提交于
    Convert some bit masks to 8-bit values to avoid the following compiler
    warnings:
    
    drivers/video/sis/sis_main.c:3858: warning: large integer implicitly truncated to unsigned type
    drivers/video/sis/init301.c:5855: warning: large integer implicitly truncated to unsigned type
    drivers/video/sis/init301.c:5869: warning: large integer implicitly truncated to unsigned type
    Signed-off-by: NAaro Koskinen <aaro.koskinen@iki.fi>
    Cc: Thomas Winischhofer <thomas@winischhofer.net>
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    17d6ce11
sis_main.c 180.8 KB