xf86-video-intel: src/i830_sdvo.c

Alan Hourihane alanh at kemper.freedesktop.org
Wed Apr 18 15:52:09 EEST 2007


 src/i830_sdvo.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree db4b9e18810990e8900bdf54aa3091b876ea2658 (from 3f5111940e35989d334aa99cd1b0eb26293ebf1b)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Wed Apr 18 13:52:08 2007 +0100

    Fix return status

diff --git a/src/i830_sdvo.c b/src/i830_sdvo.c
index 53a6ece..e1a4a44 100644
--- a/src/i830_sdvo.c
+++ b/src/i830_sdvo.c
@@ -305,7 +305,7 @@ i830_sdvo_read_response(xf86OutputPtr ou
         usleep(50);
     }
 
-    return SDVO_CMD_STATUS_SUCCESS;
+    return status;
 }
 
 int



More information about the xorg-commit mailing list