Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306438
b: refs/heads/master
c: b115f40
h: refs/heads/master
v: v3
  • Loading branch information
Gianluca Gennari authored and Mauro Carvalho Chehab committed May 15, 2012
1 parent e0528ae commit 1e79f54
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: 38f0fe23dc3d3de08d2e187c42569356ba6b72bc
refs/heads/master: b115f400946dba529cfa9a769c2327ae6dbe3694
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/cxd2820r_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,12 @@ static enum dvbfe_search cxd2820r_search(struct dvb_frontend *fe)
if (ret)
goto error;

if (status & FE_HAS_SIGNAL)
if (status & FE_HAS_LOCK)
break;
}

/* check if we have a valid signal */
if (status) {
if (status & FE_HAS_LOCK) {
priv->last_tune_failed = 0;
return DVBFE_ALGO_SEARCH_SUCCESS;
} else {
Expand Down

0 comments on commit 1e79f54

Please sign in to comment.