Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219516
b: refs/heads/master
c: 3074fc8
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Oct 23, 2010
1 parent 26bea81 commit fc5e751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab599a6d474e0dd4db3557a46dd15cff6e126d0b
refs/heads/master: 3074fc8432223937985e138bde1270a03fc75628
5 changes: 2 additions & 3 deletions trunk/drivers/media/video/bt8xx/bttv-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ bttv_i2c_wait_done(struct bttv *btv)

/* timeout */
if (wait_event_interruptible_timeout(btv->i2c_queue,
btv->i2c_done, msecs_to_jiffies(85)) == -ERESTARTSYS)

rc = -EIO;
btv->i2c_done, msecs_to_jiffies(85)) == -ERESTARTSYS)
rc = -EIO;

if (btv->i2c_done & BT848_INT_RACK)
rc = 1;
Expand Down

0 comments on commit fc5e751

Please sign in to comment.