Commit 53c91373 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] dvb: remove the extra parameter on get_frontend

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a95c471e
......@@ -58,9 +58,9 @@ static int as102_fe_set_frontend(struct dvb_frontend *fe)
return (ret < 0) ? -EINVAL : 0;
}
static int as102_fe_get_frontend(struct dvb_frontend *fe,
struct dtv_frontend_properties *p)
static int as102_fe_get_frontend(struct dvb_frontend *fe)
{
struct dtv_frontend_properties *p = &fe->dtv_property_cache;
int ret = 0;
struct as102_dev_t *dev;
struct as10x_tps tps = { 0 };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment