summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-12-10 16:41:24 +1000
committerDave Airlie <airlied@linux.ie>2007-12-10 16:41:44 +1000
commitd9df93578b74785c08ba860b4c9aa23b0c89c91c (patch)
tree817c9cdf0872fd3038f5c62cbb0ddeaa1d835aaf
parentcd6f83519c69f72f146fea59afbd6a3542da783a (diff)
ivch: fails on address mismatch as I seem to get this on my 865 system
-rw-r--r--src/ivch/ivch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivch/ivch.c b/src/ivch/ivch.c
index ac57ff3a..eb5dc21c 100644
--- a/src/ivch/ivch.c
+++ b/src/ivch/ivch.c
@@ -188,6 +188,7 @@ ivch_init(I2CBusPtr b, I2CSlaveAddr addr)
"ivch detect failed due to address mismatch "
"(%d vs %d)\n",
(temp & VR00_BASE_ADDRESS_MASK), priv->d.SlaveAddr >> 1);
+ goto out;
}
if (!xf86I2CDevInit(&priv->d)) {