Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137911
b: refs/heads/master
c: 7d979a8
h: refs/heads/master
i:
  137909: bb6a584
  137907: 2a32602
  137903: 6d9d22a
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent ae3eeee commit 332c31a
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: 320a46485c83e70e374afa8bdfe8cd39a801cd5d
refs/heads/master: 7d979a86a95036a0c765aaa90f8bcefb4096a406
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/mt2060.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static void mt2060_calibrate(struct mt2060_priv *priv)
while (i++ < 10 && mt2060_readreg(priv, REG_MISC_STAT, &b) == 0 && (b & (1 << 6)) == 0)
msleep(20);

if (i < 10) {
if (i <= 10) {
mt2060_readreg(priv, REG_FM_FREQ, &priv->fmfreq); // now find out, what is fmreq used for :)
dprintk("calibration was successful: %d", (int)priv->fmfreq);
} else
Expand Down

0 comments on commit 332c31a

Please sign in to comment.