xf86-video-sis: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Oct 30 02:48:58 CET 2013


 src/sis_driver.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 0a4336efaafac4c34d4287b5df586bbb418f7f76
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 26 14:27:17 2013 -0700

    Fix HDisplay/VDisplay typos
    
    Found by gcc -Wlogicalops:
    
    sis_driver.c: In function 'SiS_CheckModeCRT2':
    sis_driver.c:13754:5: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]
    sis_driver.c:13755:6: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]
    sis_driver.c:13756:6: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]
    sis_driver.c:13758:5: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]
    sis_driver.c:13759:6: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list