Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181443
b: refs/heads/master
c: 639544d
h: refs/heads/master
i:
  181441: 211d0d8
  181439: d79d058
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 41d66c5 commit b693797
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: 64677573a28c354828343741bc177e5543f5077e
refs/heads/master: 639544d78c430fef875f3bb31083a60f3e2e0344
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -1199,8 +1199,6 @@ static int dtv_property_process_get(struct dvb_frontend *fe,
{
int r = 0;

dtv_property_dump(tvp);

/* Allow the frontend to validate incoming properties */
if (fe->ops.get_property)
r = fe->ops.get_property(fe, tvp);
Expand Down Expand Up @@ -1323,6 +1321,8 @@ static int dtv_property_process_get(struct dvb_frontend *fe,
r = -1;
}

dtv_property_dump(tvp);

return r;
}

Expand Down

0 comments on commit b693797

Please sign in to comment.