Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261546
b: refs/heads/master
c: 16b2dc2
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 185e052 commit 1d8d9a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: ae81aab3fa6fe540947d1829a126f2071727b641
refs/heads/master: 16b2dc2a8b44ec796791af9f69cce22f7cde0410
8 changes: 4 additions & 4 deletions trunk/drivers/media/dvb/dvb-usb/af9015.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,12 @@ Due to that the only way to select correct tuner is use demodulator I2C-gate.
ret = af9015_ctrl_msg(d, &req);
i += 2;
} else if (msg[i].flags & I2C_M_RD) {
ret = -EINVAL;
if (msg[i].addr ==
af9015_af9013_config[0].demod_address)
af9015_af9013_config[0].demod_address) {
ret = -EINVAL;
goto error;
else
req.cmd = READ_I2C;
}
req.cmd = READ_I2C;
req.i2c_addr = msg[i].addr;
req.addr = addr;
req.mbox = mbox;
Expand Down

0 comments on commit 1d8d9a7

Please sign in to comment.