Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226361
b: refs/heads/master
c: 187e7d3
h: refs/heads/master
i:
  226359: f788e26
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2010
1 parent f60ec49 commit 2c3a74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 95f18be2e4f74255b46fcc23a9718cca9c7375c9
refs/heads/master: 187e7d3b9b4e0b6b1c171846592e679e58a84cd2
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/frontends/stv090x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1483,8 +1483,8 @@ static int stv090x_start_search(struct stv090x_state *state)
if (STV090x_WRITE_DEMOD(state, FFECFG, 0x41) < 0)
goto err;

if ((state->search_mode == STV090x_DVBS1) ||
(state->search_mode == STV090x_DSS) ||
if ((state->search_mode == STV090x_SEARCH_DVBS1) ||
(state->search_mode == STV090x_SEARCH_DSS) ||
(state->search_mode == STV090x_SEARCH_AUTO)) {

if (STV090x_WRITE_DEMOD(state, VITSCALE, 0x82) < 0)
Expand Down Expand Up @@ -2940,7 +2940,7 @@ static int stv090x_optimize_track(struct stv090x_state *state)
STV090x_WRITE_DEMOD(state, ERRCTRL1, 0x67); /* PER */
break;

case STV090x_UNKNOWN:
case STV090x_ERROR:
default:
reg = STV090x_READ_DEMOD(state, DMDCFGMD);
STV090x_SETFIELD_Px(reg, DVBS1_ENABLE_FIELD, 1);
Expand Down

0 comments on commit 2c3a74b

Please sign in to comment.