Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331042
b: refs/heads/master
c: 8f5c997
h: refs/heads/master
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent 79da867 commit 7588d58
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: 3ea0a1d1eb2cb1c5c2283867a6f4db3c580486b1
refs/heads/master: 8f5c997f188bca44121b2be5f39384c2859af6a7
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb-frontends/tda10071.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ static int tda10071_set_voltage(struct dvb_frontend *fe,
__func__);
ret = -EINVAL;
goto error;
};
}

cmd.args[0] = CMD_LNB_SET_DC_LEVEL;
cmd.args[1] = 0;
Expand Down Expand Up @@ -369,7 +369,7 @@ static int tda10071_diseqc_recv_slave_reply(struct dvb_frontend *fe,
if (ret)
goto error;

reply->msg_len = tmp & 0x1f; /* [4:0] */;
reply->msg_len = tmp & 0x1f; /* [4:0] */
if (reply->msg_len > sizeof(reply->msg))
reply->msg_len = sizeof(reply->msg); /* truncate API max */

Expand Down

0 comments on commit 7588d58

Please sign in to comment.