Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261336
b: refs/heads/master
c: 3735edf
h: refs/heads/master
v: v3
  • Loading branch information
Greg Dietsche authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent b4d707e commit acd52d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: fe45e2551f565c87559434205963fc56bbe205fa
refs/heads/master: 3735edf9fd8bfa6e31025a7cc73447516278000b
6 changes: 1 addition & 5 deletions trunk/drivers/media/dvb/frontends/cx24116.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,11 +1452,7 @@ static int cx24116_set_frontend(struct dvb_frontend *fe,
cmd.args[0x00] = CMD_BANDWIDTH;
cmd.args[0x01] = 0x00;
cmd.len = 0x02;
ret = cx24116_cmd_execute(fe, &cmd);
if (ret != 0)
return ret;

return ret;
return cx24116_cmd_execute(fe, &cmd);
}

static int cx24116_tune(struct dvb_frontend *fe, struct dvb_frontend_parameters *params,
Expand Down

0 comments on commit acd52d9

Please sign in to comment.