[media] tuners: remove dvb_frontend_parameters from set_params()
[linux.git] / drivers / media / dvb / frontends / cx22700.c
index 0142214b013363735ce084a8ed63871908fccd3c..6ef82a1a15ef06ed9a6f8e4cb33e55587eb77871 100644 (file)
@@ -326,7 +326,7 @@ static int cx22700_set_frontend(struct dvb_frontend* fe, struct dvb_frontend_par
        cx22700_writereg (state, 0x00, 0x00);
 
        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.025502 seconds and 4 git commands to generate.