Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219294
b: refs/heads/master
c: 675375d
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 1b80570 commit 7044d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9a3ecc738258f22b7c09050ca219b37c9eaae6d5
refs/heads/master: 675375d7ae14849d5698c771aff964a0ea2ac404
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb/af9015.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ static int af9015_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[],
struct dvb_usb_device *d = i2c_get_adapdata(adap);
int ret = 0, i = 0;
u16 addr;
u8 mbox, addr_len;
u8 uninitialized_var(mbox), addr_len;
struct req_t req;

/* TODO: implement bus lock
Expand Down Expand Up @@ -282,7 +282,7 @@ Due to that the only way to select correct tuner is use demodulator I2C-gate.
} else {
addr = msg[i].buf[0];
addr_len = 1;
mbox = 0;
/* mbox is don't care in that case */
}

if (num > i + 1 && (msg[i+1].flags & I2C_M_RD)) {
Expand Down

0 comments on commit 7044d3b

Please sign in to comment.