]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/media/dvb/frontends/af9013.c
[media] tuners: remove dvb_frontend_parameters from set_params()
[mirror_ubuntu-hirsute-kernel.git] / drivers / media / dvb / frontends / af9013.c
index 77862fe2c65ed655a3f7899b09ea00101110a48b..94df6cc6f5370fae9889796b43afa021518e5847 100644 (file)
@@ -587,7 +587,7 @@ static int af9013_set_frontend(struct dvb_frontend *fe,
 
        /* program tuner */
        if (fe->ops.tuner_ops.set_params)
-               fe->ops.tuner_ops.set_params(fe, p);
+               fe->ops.tuner_ops.set_params(fe);
 
        /* program CFOE coefficients */
        if (c->bandwidth_hz != state->bandwidth_hz) {