diff options
Diffstat (limited to 'drivers/media/dvb/frontends/stv090x.c')
-rw-r--r-- | drivers/media/dvb/frontends/stv090x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index 425e7a43ae19..4e0fc2c8a41c 100644 --- a/drivers/media/dvb/frontends/stv090x.c +++ b/drivers/media/dvb/frontends/stv090x.c | |||
@@ -1483,8 +1483,8 @@ static int stv090x_start_search(struct stv090x_state *state) | |||
1483 | if (STV090x_WRITE_DEMOD(state, FFECFG, 0x41) < 0) | 1483 | if (STV090x_WRITE_DEMOD(state, FFECFG, 0x41) < 0) |
1484 | goto err; | 1484 | goto err; |
1485 | 1485 | ||
1486 | if ((state->search_mode == STV090x_DVBS1) || | 1486 | if ((state->search_mode == STV090x_SEARCH_DVBS1) || |
1487 | (state->search_mode == STV090x_DSS) || | 1487 | (state->search_mode == STV090x_SEARCH_DSS) || |
1488 | (state->search_mode == STV090x_SEARCH_AUTO)) { | 1488 | (state->search_mode == STV090x_SEARCH_AUTO)) { |
1489 | 1489 | ||
1490 | if (STV090x_WRITE_DEMOD(state, VITSCALE, 0x82) < 0) | 1490 | if (STV090x_WRITE_DEMOD(state, VITSCALE, 0x82) < 0) |
@@ -2940,7 +2940,7 @@ static int stv090x_optimize_track(struct stv090x_state *state) | |||
2940 | STV090x_WRITE_DEMOD(state, ERRCTRL1, 0x67); /* PER */ | 2940 | STV090x_WRITE_DEMOD(state, ERRCTRL1, 0x67); /* PER */ |
2941 | break; | 2941 | break; |
2942 | 2942 | ||
2943 | case STV090x_UNKNOWN: | 2943 | case STV090x_ERROR: |
2944 | default: | 2944 | default: |
2945 | reg = STV090x_READ_DEMOD(state, DMDCFGMD); | 2945 | reg = STV090x_READ_DEMOD(state, DMDCFGMD); |
2946 | STV090x_SETFIELD_Px(reg, DVBS1_ENABLE_FIELD, 1); | 2946 | STV090x_SETFIELD_Px(reg, DVBS1_ENABLE_FIELD, 1); |