Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306113
b: refs/heads/master
c: a182fd8
h: refs/heads/master
i:
  306111: a355205
v: v3
  • Loading branch information
Michael Büsch authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 2f92cdc commit 5aeddf8
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: de2bec5e54307223c8973dff75162416abde80a9
refs/heads/master: a182fd8f7953be661f9c36c0f6436905d08395d3
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/fc0011.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static int fc0011_set_params(struct dvb_frontend *fe)
if (err)
return err;
vco_retries = 0;
while (!(vco_cal & FC11_VCOCAL_OK) && vco_retries < 6) {
while (!(vco_cal & FC11_VCOCAL_OK) && vco_retries < 3) {
/* Reset the tuner and try again */
err = fe->callback(priv->i2c, DVB_FRONTEND_COMPONENT_TUNER,
FC0011_FE_CALLBACK_RESET, priv->addr);
Expand Down

0 comments on commit 5aeddf8

Please sign in to comment.