xf86-video-ati: Branch 'master'

Nicolai Hähnle nh at kemper.freedesktop.org
Sun Jul 12 04:46:14 PDT 2009


 src/radeon_drm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 035e8d1d5593c12828bb079de4e663cf1b1f1674
Author: Edward O'Callaghan <eocallaghan at auroraux.org>
Date:   Sun Jul 12 13:45:29 2009 +0200

    Fix a warning
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

diff --git a/src/radeon_drm.h b/src/radeon_drm.h
index dd0087a..daa42d6 100644
--- a/src/radeon_drm.h
+++ b/src/radeon_drm.h
@@ -549,7 +549,7 @@ typedef struct drm_radeon_init {
 		RADEON_CLEANUP_CP = 0x02,
 		RADEON_INIT_R200_CP = 0x03,
 		RADEON_INIT_R300_CP = 0x04,
-		RADEON_INIT_R600_CP = 0x05,
+		RADEON_INIT_R600_CP = 0x05
 	} func;
 	unsigned long sarea_priv_offset;
 	int is_pci; /* for overriding only */


More information about the xorg-commit mailing list