xf86-video-ati: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Fri Oct 3 10:43:18 PDT 2008


 src/atipreinit.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit e993728f7ee618d34163c127231881aec1637ca2
Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Oct 3 14:31:13 2008 -0400

    Don't print the resource list on failure.
    
    If this ever happens it should be printed from the server at any rate.

diff --git a/src/atipreinit.c b/src/atipreinit.c
index f89f5b7..2b84a6c 100644
--- a/src/atipreinit.c
+++ b/src/atipreinit.c
@@ -561,8 +561,7 @@ ATIPreInit
     if (pResources)
     {
         xf86DrvMsg(pScreenInfo->scrnIndex, X_ERROR,
-            "Unable to register the following bus resources:\n");
-        xf86PrintResList(0, pResources);
+            "Unable to register bus resources\n");
         xf86FreeResList(pResources);
         return FALSE;
     }


More information about the xorg-commit mailing list