Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320079
b: refs/heads/master
c: 84431c2
h: refs/heads/master
i:
  320077: ee2a0b7
  320075: 6c413fc
  320071: 3a3bef2
  320063: 0c9ad7c
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jul 5, 2012
1 parent 78423e9 commit 5386a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 36ad92e06e4777e3c3c433797aa89c6a6e7d2fd2
refs/heads/master: 84431c2ae5e41dfcdba75e2f81e732664381cec9
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/tda10071.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static int tda10071_diseqc_send_master_cmd(struct dvb_frontend *fe,

dbg("%s: msg_len=%d", __func__, diseqc_cmd->msg_len);

if (diseqc_cmd->msg_len < 3 || diseqc_cmd->msg_len > 16) {
if (diseqc_cmd->msg_len < 3 || diseqc_cmd->msg_len > 6) {
ret = -EINVAL;
goto error;
}
Expand Down

0 comments on commit 5386a34

Please sign in to comment.