diff options
Diffstat (limited to 'drivers/media/dvb/ttpci')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 0e817d6f1ce5..8de19cefb24d 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -839,8 +839,7 @@ static int philips_sd1878_tda8261_tuner_set_params(struct dvb_frontend *fe, | |||
839 | if((params->frequency < 950000) || (params->frequency > 2150000)) | 839 | if((params->frequency < 950000) || (params->frequency > 2150000)) |
840 | return -EINVAL; | 840 | return -EINVAL; |
841 | 841 | ||
842 | rc=dvb_pll_configure(&dvb_pll_philips_sd1878_tda8261, buf, | 842 | rc=dvb_pll_configure(&dvb_pll_philips_sd1878_tda8261, buf, params); |
843 | params->frequency, 0); | ||
844 | if(rc < 0) return rc; | 843 | if(rc < 0) return rc; |
845 | 844 | ||
846 | if (fe->ops.i2c_gate_ctrl) | 845 | if (fe->ops.i2c_gate_ctrl) |