[media] dvb_frontend: pass the props cache to get_frontend() as arg
[deliverable/linux.git] / drivers / media / dvb-frontends / af9013.c
index 41ab5defb7989b058bb42dfa90ecd972ded4381d..8bcde336ffd70e7f4781421cd5c2632341dd4407 100644 (file)
@@ -866,9 +866,9 @@ err:
        return ret;
 }
 
-static int af9013_get_frontend(struct dvb_frontend *fe)
+static int af9013_get_frontend(struct dvb_frontend *fe,
+                              struct dtv_frontend_properties *c)
 {
-       struct dtv_frontend_properties *c = &fe->dtv_property_cache;
        struct af9013_state *state = fe->demodulator_priv;
        int ret;
        u8 buf[3];
This page took 0.023326 seconds and 5 git commands to generate.