diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-04-18 13:52:46 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-04-18 13:52:46 +0100 |
commit | b642ced0830d4e91785ba94677abe637c7cb3791 (patch) | |
tree | 7d6e0c56ef81f1366f51a31e6bc9a8d31d2b9586 | |
parent | 0207b51acce0382b2e3cf55ed7dbbe02e48c73b2 (diff) |
Fix return status
-rw-r--r-- | linux-core/intel_sdvo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/intel_sdvo.c b/linux-core/intel_sdvo.c index c9bc692e..f004c766 100644 --- a/linux-core/intel_sdvo.c +++ b/linux-core/intel_sdvo.c @@ -284,7 +284,7 @@ static u8 intel_sdvo_read_response(struct drm_output *output, void *response, mdelay(50); } - return SDVO_CMD_STATUS_SUCCESS; + return status; } int intel_sdvo_get_pixel_multiplier(struct drm_display_mode *mode) |