Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285594
b: refs/heads/master
c: 53c9137
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent cd2fe0a commit 62bd0ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a95c471eb7615762009af7a8810f56da3f28ea9f
refs/heads/master: 53c91373bdd74f7e11d2726046a90b986c1ed650
4 changes: 2 additions & 2 deletions trunk/drivers/staging/media/as102/as102_fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit 62bd0ac

Please sign in to comment.