diff options
author | Dave Airlie <airlied@linux.ie> | 2007-12-10 16:41:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-12-10 16:41:44 +1000 |
commit | d9df93578b74785c08ba860b4c9aa23b0c89c91c (patch) | |
tree | 817c9cdf0872fd3038f5c62cbb0ddeaa1d835aaf | |
parent | cd6f83519c69f72f146fea59afbd6a3542da783a (diff) |
ivch: fails on address mismatch as I seem to get this on my 865 system
-rw-r--r-- | src/ivch/ivch.c | 1 |
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)) { |