Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114070
b: refs/heads/master
c: e613f8f
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Oct 13, 2008
1 parent 9fb2904 commit 1d544e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 45d011031d745d2c9a21c21d289428cb7f88a2d0
refs/heads/master: e613f8fa5432d4cacaf81615f62b6d25d77947c5
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb/anysee.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ static int anysee_master_xfer(struct i2c_adapter *adap, struct i2c_msg *msg,
inc = 1;
}
if (ret)
return ret;
break;

i += inc;
}

mutex_unlock(&d->i2c_mutex);

return i;
return ret ? ret : i;
}

static u32 anysee_i2c_func(struct i2c_adapter *adapter)
Expand Down

0 comments on commit 1d544e3

Please sign in to comment.