Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181711
b: refs/heads/master
c: 1f39b58
h: refs/heads/master
i:
  181709: 48a1a4d
  181707: 571e13e
  181703: a325016
  181695: c3bfbcd
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 3856b23 commit 58295b8
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: 7d3502844609df0985932365197f905e4ea95d22
refs/heads/master: 1f39b5834a3c6c9f107b869d38dca0622e913a3d
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/opera1.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static int opera1_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[],
(msg[i].addr<<1)|(msg[i].flags&I2C_M_RD?0x01:0),
msg[i].buf,
msg[i].len
)!= msg[i].len)) {
)) != msg[i].len) {
break;
}
if (dvb_usb_opera1_debug & 0x10)
Expand Down

0 comments on commit 58295b8

Please sign in to comment.