Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275361
b: refs/heads/master
c: e836a1c
h: refs/heads/master
i:
  275359: c024d25
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Nov 7, 2011
1 parent 1633de7 commit 8058a13
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cd834fa693160914029fee128f52e87a79d3e480
refs/heads/master: e836a1c078e230dd5a94bb086b186c2be3ec6a84
3 changes: 1 addition & 2 deletions trunk/drivers/media/dvb/dvb-usb/mxl111sf-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ static int mxl111sf_i2c_readagain(struct mxl111sf_state *state,
u8 i2c_r_data[24];
u8 i = 0;
u8 fifo_status = 0;
int ret;
int status = 0;

mxl_i2c("read %d bytes", count);
Expand All @@ -418,7 +417,7 @@ static int mxl111sf_i2c_readagain(struct mxl111sf_state *state,
i2c_w_data[4+(i*3)] = 0x00;
}

ret = mxl111sf_i2c_get_data(state, 0, i2c_w_data, i2c_r_data);
mxl111sf_i2c_get_data(state, 0, i2c_w_data, i2c_r_data);

/* Check for I2C NACK status */
if (mxl111sf_i2c_check_status(state) == 1) {
Expand Down

0 comments on commit 8058a13

Please sign in to comment.