diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/cxusb.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/cxusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c index b4a3f7baf1b7..86fbd6c73ea9 100644 --- a/drivers/media/dvb/dvb-usb/cxusb.c +++ b/drivers/media/dvb/dvb-usb/cxusb.c | |||
@@ -132,7 +132,7 @@ static int cxusb_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], | |||
132 | } | 132 | } |
133 | 133 | ||
134 | mutex_unlock(&d->i2c_mutex); | 134 | mutex_unlock(&d->i2c_mutex); |
135 | return i; | 135 | return i == num ? num : -EREMOTEIO; |
136 | } | 136 | } |
137 | 137 | ||
138 | static u32 cxusb_i2c_func(struct i2c_adapter *adapter) | 138 | static u32 cxusb_i2c_func(struct i2c_adapter *adapter) |