xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Thu Jul 2 00:26:15 PDT 2009


 src/radeon_probe.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit ad17108b72c9adf773a122b4c054c7b92e6a8b9d
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jul 2 17:25:57 2009 +1000

    radeon: fix it properly.
    
    I blame the flu

diff --git a/src/radeon_probe.c b/src/radeon_probe.c
index 4f7d494..cf7981f 100644
--- a/src/radeon_probe.c
+++ b/src/radeon_probe.c
@@ -146,7 +146,8 @@ radeon_get_scrninfo(int entity_num, void *pci_dev)
       pScrn->FreeScreen    = RADEONFreeScreen_KMS;
       pScrn->ValidMode     = RADEONValidMode;
     } else 
-#endif {
+#endif 
+    {
       pScrn->PreInit       = RADEONPreInit;
       pScrn->ScreenInit    = RADEONScreenInit;
       pScrn->SwitchMode    = RADEONSwitchMode;


More information about the xorg-commit mailing list