diff options
-rw-r--r-- | drivers/media/dvb/dvb-usb/anysee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/anysee.c b/drivers/media/dvb/dvb-usb/anysee.c index cd2edbcaa097..5017f08b14a6 100644 --- a/drivers/media/dvb/dvb-usb/anysee.c +++ b/drivers/media/dvb/dvb-usb/anysee.c | |||
@@ -153,7 +153,7 @@ static int anysee_master_xfer(struct i2c_adapter *adap, struct i2c_msg *msg, | |||
153 | int num) | 153 | int num) |
154 | { | 154 | { |
155 | struct dvb_usb_device *d = i2c_get_adapdata(adap); | 155 | struct dvb_usb_device *d = i2c_get_adapdata(adap); |
156 | int ret, inc, i = 0; | 156 | int ret = 0, inc, i = 0; |
157 | 157 | ||
158 | if (mutex_lock_interruptible(&d->i2c_mutex) < 0) | 158 | if (mutex_lock_interruptible(&d->i2c_mutex) < 0) |
159 | return -EAGAIN; | 159 | return -EAGAIN; |