[media] tuners: remove dvb_frontend_parameters from set_params()
[linux.git] / drivers / media / dvb / frontends / cx24110.c
index bf9c999aa47051d7b71420cd20be6e3f2a781589..1eb9253c7bc34f32ba063a74192fe694a199a19e 100644 (file)
@@ -537,7 +537,7 @@ static int cx24110_set_frontend(struct dvb_frontend* fe, struct dvb_frontend_par
 
 
        if (fe->ops.tuner_ops.set_params) {
-               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);
        }
 
This page took 0.031218 seconds and 4 git commands to generate.