aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/dvb/frontends/stv090x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c
index 1573466a5c7..e57581d14cc 100644
--- a/drivers/media/dvb/frontends/stv090x.c
+++ b/drivers/media/dvb/frontends/stv090x.c
@@ -1246,6 +1246,10 @@ static int stv090x_delivery_search(struct stv090x_state *state)
1246 default: 1246 default:
1247 /* enable DVB-S2 and DVB-S2 in Auto MODE */ 1247 /* enable DVB-S2 and DVB-S2 in Auto MODE */
1248 reg = STV090x_READ_DEMOD(state, DMDCFGMD); 1248 reg = STV090x_READ_DEMOD(state, DMDCFGMD);
1249 STV090x_SETFIELD_Px(reg, DVBS1_ENABLE_FIELD, 0);
1250 STV090x_SETFIELD_Px(reg, DVBS2_ENABLE_FIELD, 0);
1251 if (STV090x_WRITE_DEMOD(state, DMDCFGMD, reg) < 0)
1252 goto err;
1249 STV090x_SETFIELD_Px(reg, DVBS1_ENABLE_FIELD, 1); 1253 STV090x_SETFIELD_Px(reg, DVBS1_ENABLE_FIELD, 1);
1250 STV090x_SETFIELD_Px(reg, DVBS2_ENABLE_FIELD, 1); 1254 STV090x_SETFIELD_Px(reg, DVBS2_ENABLE_FIELD, 1);
1251 if (STV090x_WRITE_DEMOD(state, DMDCFGMD, reg) < 0) 1255 if (STV090x_WRITE_DEMOD(state, DMDCFGMD, reg) < 0)