[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:24:44 UTC 2010


The following commit has been merged in the master branch:
commit 46614ccd7895a45efbfd4e57d732cf7041952b5e
Author: Thomas White <taw at bitwiz.org.uk>
Date:   Sun Aug 9 23:17:37 2009 +0100

    Small tidy up

diff --git a/src/glamo-kms-driver.c b/src/glamo-kms-driver.c
index ac19ead..bf47131 100644
--- a/src/glamo-kms-driver.c
+++ b/src/glamo-kms-driver.c
@@ -349,8 +349,8 @@ Bool GlamoKMSScreenInit(int scrnIndex, ScreenPtr pScreen, int argc,
 
 	/* Deal with server regeneration */
 	if ( pGlamo->drm_fd < 0 ) {
-	pGlamo->drm_fd = drmOpen(NULL, "platform:glamo-fb");
-	if ( pGlamo->drm_fd < 0 ) return FALSE;
+		pGlamo->drm_fd = drmOpen(NULL, "platform:glamo-fb");
+		if ( pGlamo->drm_fd < 0 ) return FALSE;
 	}
 
 	pScrn->pScreen = pScreen;

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



More information about the pkg-fso-commits mailing list