1
0
Fork 0

[media] dvb: remove the extra parameter on get_frontend

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Mauro Carvalho Chehab 2011-12-31 11:39:36 -02:00
parent a95c471eb7
commit 53c91373bd
1 changed files with 2 additions and 2 deletions

View File

@ -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 };