Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174043
b: refs/heads/master
c: 6f901a9
h: refs/heads/master
i:
  174041: 1f9b769
  174039: 253dfef
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 6111648 commit 9974dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 480be1851aebcb0b9c5b0fb9acefe5da97cc702a
refs/heads/master: 6f901a991991fd3c9ac51bc7234a6706ef17ddfe
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tvp514x.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static int tvp514x_read_reg(struct v4l2_subdev *sd, u8 reg)
read_again:

err = i2c_smbus_read_byte_data(client, reg);
if (err == -1) {
if (err < 0) {
if (retry <= I2C_RETRY_COUNT) {
v4l2_warn(sd, "Read: retry ... %d\n", retry);
retry++;
Expand Down

0 comments on commit 9974dfa

Please sign in to comment.