]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/media/dvb/frontends/s5h1411.c
[media] tuners: remove dvb_frontend_parameters from set_params()
[mirror_ubuntu-hirsute-kernel.git] / drivers / media / dvb / frontends / s5h1411.c
index 5fca113a2013f25d043a3666cf361970de18e1e1..6852abe24ab8465d329b826468d873c1ae6b3ca8 100644 (file)
@@ -602,7 +602,7 @@ static int s5h1411_set_frontend(struct dvb_frontend *fe,
                if (fe->ops.i2c_gate_ctrl)
                        fe->ops.i2c_gate_ctrl(fe, 1);
 
-               fe->ops.tuner_ops.set_params(fe, p);
+               fe->ops.tuner_ops.set_params(fe);
 
                if (fe->ops.i2c_gate_ctrl)
                        fe->ops.i2c_gate_ctrl(fe, 0);