summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/frontends/s5h1420.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/frontends/s5h1420.c b/linux/drivers/media/dvb/frontends/s5h1420.c
index c8f5dbfa4..4f396ac8d 100644
--- a/linux/drivers/media/dvb/frontends/s5h1420.c
+++ b/linux/drivers/media/dvb/frontends/s5h1420.c
@@ -629,13 +629,9 @@ static int s5h1420_set_frontend(struct dvb_frontend* fe, struct dvb_frontend_par
/* set the frequency offset to adjust for PLL inaccuracy */
s5h1420_setfreqoffset(state, p->frequency - state->tunedfreq);
- /* set the symbolrate */
+ /* set the reset of the parameters */
s5h1420_setsymbolrate(state, p);
-
- /* set the inversion */
s5h1420_setinversion(state, p);
-
- /* set the FEC */
s5h1420_setfec(state, p);
state->fec_inner = p->u.qpsk.fec_inner;