Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366973
b: refs/heads/master
c: 41c6e9d
h: refs/heads/master
i:
  366971: 4774d92
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 8, 2013
1 parent 02bead7 commit d75b48d
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: 4f62a20dfbdf46825dea707a033f941874e34930
refs/heads/master: 41c6e9dd0915741051e813cafa14f2e7f88b71d9
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb-frontends/mb86a20s.c
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ static int mb86a20s_set_frontend(struct dvb_frontend *fe)
if (!c->isdbt_sb_mode) {
state->subchannel = 0;
} else {
if (c->isdbt_sb_subchannel > ARRAY_SIZE(mb86a20s_subchannel))
if (c->isdbt_sb_subchannel >= ARRAY_SIZE(mb86a20s_subchannel))
c->isdbt_sb_subchannel = 0;

state->subchannel = mb86a20s_subchannel[c->isdbt_sb_subchannel];
Expand Down

0 comments on commit d75b48d

Please sign in to comment.