Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271841
b: refs/heads/master
c: d102b73
h: refs/heads/master
i:
  271839: 6b02ec3
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 21, 2011
1 parent ea15f21 commit 954f24d
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: 75d404ec041ef0e036e3100f730391f6e0818019
refs/heads/master: d102b739f3a352425fcdb39afbf898f8bdbd2bc3
8 changes: 4 additions & 4 deletions trunk/drivers/media/dvb/frontends/tda10071.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static int tda10071_cmd_execute(struct tda10071_priv *priv,
if (ret)
goto error;

msleep(1);
usleep_range(200, 5000);
}

dbg("%s: loop=%d", __func__, i);
Expand Down Expand Up @@ -298,7 +298,7 @@ static int tda10071_diseqc_send_master_cmd(struct dvb_frontend *fe,
if (ret)
goto error;

msleep(10);
usleep_range(10000, 20000);
}

dbg("%s: loop=%d", __func__, i);
Expand Down Expand Up @@ -352,7 +352,7 @@ static int tda10071_diseqc_recv_slave_reply(struct dvb_frontend *fe,
if (ret)
goto error;

msleep(10);
usleep_range(10000, 20000);
}

dbg("%s: loop=%d", __func__, i);
Expand Down Expand Up @@ -423,7 +423,7 @@ static int tda10071_diseqc_send_burst(struct dvb_frontend *fe,
if (ret)
goto error;

msleep(10);
usleep_range(10000, 20000);
}

dbg("%s: loop=%d", __func__, i);
Expand Down

0 comments on commit 954f24d

Please sign in to comment.