Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271919
b: refs/heads/master
c: aad04c7
h: refs/heads/master
i:
  271917: 0d56eb6
  271915: 2b7b967
  271911: ae927a6
  271903: ef69bac
v: v3
  • Loading branch information
Hans Petter Selasky authored and Mauro Carvalho Chehab committed Sep 25, 2011
1 parent 76b9285 commit 0302def
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: 79d06d4dff733ee472e1f8933a33317a18195c0c
refs/heads/master: aad04c774331890befcd7a77406c2b6f273ab7a9
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ static int stb0899_send_diseqc_msg(struct dvb_frontend *fe, struct dvb_diseqc_ma
stb0899_write_reg(state, STB0899_DISCNTRL1, reg);
for (i = 0; i < cmd->msg_len; i++) {
/* wait for FIFO empty */
if (stb0899_wait_diseqc_fifo_empty(state, 10) < 0)
if (stb0899_wait_diseqc_fifo_empty(state, 100) < 0)
return -ETIMEDOUT;

stb0899_write_reg(state, STB0899_DISFIFO, cmd->msg[i]);
Expand Down

0 comments on commit 0302def

Please sign in to comment.