Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330678
b: refs/heads/master
c: 916c814
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 6, 2012
1 parent 3b86ff1 commit 79b7d49
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: 255d52f25485e8fe244d15266b76428ba545f022
refs/heads/master: 916c81422a3692cc55164c3905f5d0ce50bc5962
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb-v2/az6007.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ static int az6007_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[],
addr = msgs[i].addr << 1;
if (((i + 1) < num)
&& (msgs[i].len == 1)
&& (!msgs[i].flags & I2C_M_RD)
&& ((msgs[i].flags & I2C_M_RD) != I2C_M_RD)
&& (msgs[i + 1].flags & I2C_M_RD)
&& (msgs[i].addr == msgs[i + 1].addr)) {
/*
Expand Down

0 comments on commit 79b7d49

Please sign in to comment.