Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306111
b: refs/heads/master
c: c421d5c
h: refs/heads/master
i:
  306109: 0881238
  306107: 29bfddc
  306103: 3773122
  306095: 79f499a
  306079: 99e5b42
  306047: 02fd2ad
v: v3
  • Loading branch information
Michael Büsch authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 5d2a562 commit a355205
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: ad30e91befd7153827a97faa8281dcd48aa6702d
refs/heads/master: c421d5c9d439857434916b1bc420623fe9519285
4 changes: 2 additions & 2 deletions trunk/drivers/media/common/tuners/fc0011.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static int fc0011_vcocal_read(struct fc0011_priv *priv, u8 *value)
err = fc0011_writereg(priv, FC11_REG_VCOCAL, FC11_VCOCAL_RUN);
if (err)
return err;
msleep(10);
usleep_range(10000, 20000);
err = fc0011_readreg(priv, FC11_REG_VCOCAL, value);
if (err)
return err;
Expand Down Expand Up @@ -423,7 +423,7 @@ static int fc0011_set_params(struct dvb_frontend *fe)
err = fc0011_vcocal_read(priv, NULL);
if (err)
return err;
msleep(10);
usleep_range(10000, 50000);

err = fc0011_readreg(priv, FC11_REG_RCCAL, &regs[FC11_REG_RCCAL]);
if (err)
Expand Down

0 comments on commit a355205

Please sign in to comment.