Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286434
b: refs/heads/master
c: 3a9888f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Jan 18, 2012
1 parent aa980b9 commit b881e8a
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: f08aacf84f0a2c36cfd20d19459b036b20d2e1fb
refs/heads/master: 3a9888f913595515893fa46aca70422aba8a3799
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/ds3000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ static int ds3000_set_frontend(struct dvb_frontend *fe)

for (i = 0; i < 30 ; i++) {
ds3000_read_status(fe, &status);
if (status && FE_HAS_LOCK)
if (status & FE_HAS_LOCK)
break;

msleep(10);
Expand Down

0 comments on commit b881e8a

Please sign in to comment.