[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20090707.git98c012f7-57-g9918e08

Thomas White taw at bitwiz.org.uk
Fri Jan 8 13:25:16 UTC 2010


The following commit has been merged in the master branch:
commit 9918e082104340da42eb92b6bdefce4d9266a6a4
Author: Thomas White <taw at bitwiz.org.uk>
Date:   Sun Nov 8 22:04:09 2009 +0100

    Sigh.  Try again...

diff --git a/src/glamo-kms-driver.c b/src/glamo-kms-driver.c
index 2dc6a71..1dce5d8 100644
--- a/src/glamo-kms-driver.c
+++ b/src/glamo-kms-driver.c
@@ -88,7 +88,7 @@ Bool GlamoKernelModesettingAvailable()
 		do {
 
 			ent = readdir(dir);
-			if ( !ent ) return FALSE;
+			if ( !ent ) break;
 
 			if ( strncmp(ent->d_name, "drm:controlD", 12) == 0 ) {
 				closedir(dir);
@@ -109,7 +109,7 @@ Bool GlamoKernelModesettingAvailable()
 		do {
 
 			ent = readdir(dir);
-			if ( !ent ) return FALSE;
+			if ( !ent ) break;
 
 			if ( strncmp(ent->d_name, "controlD", 8) == 0 ) {
 				closedir(dir);

-- 
xf86-video-glamo, SMedia Glamo video driver for X.Org



More information about the pkg-fso-commits mailing list