summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 11:39:36 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 11:39:36 -0200
commit53c91373bdd74f7e11d2726046a90b986c1ed650 (patch)
tree6a7a9bdc11bef52475dd8598338d88d5a8388b36 /drivers/staging
parenta95c471eb7615762009af7a8810f56da3f28ea9f (diff)
[media] dvb: remove the extra parameter on get_frontend
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/media/as102/as102_fe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/media/as102/as102_fe.c b/drivers/staging/media/as102/as102_fe.c
index d6472eace7b..06bfe84aeb2 100644
--- a/drivers/staging/media/as102/as102_fe.c
+++ b/drivers/staging/media/as102/as102_fe.c
@@ -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 };