Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92552
b: refs/heads/master
c: e7809a0
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 0631456 commit b6a7645
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: c0dc0c1122b585193dd6650c749e919542dd3e23
refs/heads/master: e7809a07663f868f596b5f08a63db9a32240502c
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static int tda18271_powerscan(struct dvb_frontend *fe,

count += 200;

if (count < count_limit)
if (count <= count_limit)
continue;

if (sgn <= 0)
Expand Down

0 comments on commit b6a7645

Please sign in to comment.