diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-i2c.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/video/bt8xx/bttv-i2c.c b/drivers/media/video/bt8xx/bttv-i2c.c index d502f4106e56..d49b675045fe 100644 --- a/drivers/media/video/bt8xx/bttv-i2c.c +++ b/drivers/media/video/bt8xx/bttv-i2c.c | |||
@@ -121,9 +121,8 @@ bttv_i2c_wait_done(struct bttv *btv) | |||
121 | 121 | ||
122 | /* timeout */ | 122 | /* timeout */ |
123 | if (wait_event_interruptible_timeout(btv->i2c_queue, | 123 | if (wait_event_interruptible_timeout(btv->i2c_queue, |
124 | btv->i2c_done, msecs_to_jiffies(85)) == -ERESTARTSYS) | 124 | btv->i2c_done, msecs_to_jiffies(85)) == -ERESTARTSYS) |
125 | 125 | rc = -EIO; | |
126 | rc = -EIO; | ||
127 | 126 | ||
128 | if (btv->i2c_done & BT848_INT_RACK) | 127 | if (btv->i2c_done & BT848_INT_RACK) |
129 | rc = 1; | 128 | rc = 1; |