[media] dvb: remove the extra parameter on get_frontend
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -58,9 +58,9 @@ static int as102_fe_set_frontend(struct dvb_frontend *fe)
|
|||||||
return (ret < 0) ? -EINVAL : 0;
|
return (ret < 0) ? -EINVAL : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int as102_fe_get_frontend(struct dvb_frontend *fe,
|
static int as102_fe_get_frontend(struct dvb_frontend *fe)
|
||||||
struct dtv_frontend_properties *p)
|
|
||||||
{
|
{
|
||||||
|
struct dtv_frontend_properties *p = &fe->dtv_property_cache;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
struct as102_dev_t *dev;
|
struct as102_dev_t *dev;
|
||||||
struct as10x_tps tps = { 0 };
|
struct as10x_tps tps = { 0 };
|
||||||
|
Reference in New Issue
Block a user