Module Name:    xsrc
Committed By:   wiz
Date:           Tue Sep 29 07:42:35 UTC 2015

Modified Files:
        xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c

Log Message:
Reduce diffs to upstream: return Bool as function wants.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
    xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c
diff -u xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.15 xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.16
--- xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.15	Wed Mar  5 21:29:31 2014
+++ xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c	Tue Sep 29 07:42:35 2015
@@ -822,7 +822,7 @@ CHIPSPciProbe(DriverPtr drv, int entity_
 	pScrn->ValidMode	= CHIPSValidMode;
 
 	if (!CHIPSGetRec(pScrn)) {
-		return 0;
+		return FALSE;
 	}
 	cPtr = CHIPSPTR(pScrn);
 	cPtr->Chipset = match_data;

Reply via email to