Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241792
b: refs/heads/master
c: be9bae1
h: refs/heads/master
v: v3
  • Loading branch information
Olivier Grenie authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 65a31bf commit 100974e
Show file tree
Hide file tree
Showing 4 changed files with 1,281 additions and 131 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: 713d54a8bd812229410a1902cd9b332a2a27af9f
refs/heads/master: be9bae10ffa5aeeef051e893c3b15a5d10eb657d
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb/dib0700_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static int dib0700_i2c_xfer_new(struct i2c_adapter *adap, struct i2c_msg *msg,
msg[i].len,
USB_CTRL_GET_TIMEOUT);
if (result < 0) {
err("i2c read error (status = %d)\n", result);
deb_info("i2c read error (status = %d)\n", result);
break;
}

Expand Down Expand Up @@ -215,7 +215,7 @@ static int dib0700_i2c_xfer_new(struct i2c_adapter *adap, struct i2c_msg *msg,
0, 0, buf, msg[i].len + 4,
USB_CTRL_GET_TIMEOUT);
if (result < 0) {
err("i2c write error (status = %d)\n", result);
deb_info("i2c write error (status = %d)\n", result);
break;
}
}
Expand Down
Loading

0 comments on commit 100974e

Please sign in to comment.