Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261257
b: refs/heads/master
c: 8f76afe
h: refs/heads/master
i:
  261255: beeefa7
v: v3
  • Loading branch information
Istvan Varga authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 1ee793a commit 485d2dd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e75873c1f80380f190d0270fec566410f59c4829
refs/heads/master: 8f76afe8d737b9ecadc0097941c9ef1ece61af9e
4 changes: 3 additions & 1 deletion trunk/drivers/media/common/tuners/xc4000.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,12 @@ static int xc_load_i2c_sequence(struct dvb_frontend *fe, const u8 *i2c_sequence)
len = i2c_sequence[index] * 256 + i2c_sequence[index+1];
if (len == 0x0000) {
/* RESET command */
result = xc4000_TunerReset(fe);
index += 2;
#if 0 /* not needed, as already called by check_firmware() */
result = xc4000_TunerReset(fe);
if (result != XC_RESULT_SUCCESS)
return result;
#endif
} else if (len & 0x8000) {
/* WAIT command */
xc_wait(len & 0x7FFF);
Expand Down

0 comments on commit 485d2dd

Please sign in to comment.