Signed-off-by: Tiago Vignatti <[email protected]>
---
 hw/xfree86/common/xf86Bus.c |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c
index 0b10d7e..788de0b 100644
--- a/hw/xfree86/common/xf86Bus.c
+++ b/hw/xfree86/common/xf86Bus.c
@@ -480,21 +480,13 @@ xf86EnterServerState(xf86State state)
 void
 xf86PostProbe(void)
 {
-    if (fbSlotClaimed) {
-        if (pciSlotClaimed
+    if (fbSlotClaimed && (pciSlotClaimed
 #if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
            || sbusSlotClaimed
 #endif
-           ) { 
+           ))
            FatalError("Cannot run in framebuffer mode. Please specify busIDs "
                       "       for all framebuffer devices\n");
-           return;
-       } else  {
-           xf86Msg(X_INFO,"Running in FRAMEBUFFER Mode\n");
-
-           return;
-       }
-    }
 }
 
 void
-- 
1.6.0.4

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to