Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196976
b: refs/heads/master
c: 4ca6258
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed May 11, 2010
1 parent c31bb49 commit 4c96029
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: 8487d0e93a24de43c847b923f7bbbd9097e59d47
refs/heads/master: 4ca62584a495f97869c1cbc5a61a140a38c8f375
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/dt2801.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static const struct comedi_lrange *dac_range_table[] = {

static const struct comedi_lrange *dac_range_lkup(int opt)
{
if (opt < 0 || opt > 5)
if (opt < 0 || opt >= 5)
return &range_unknown;
return dac_range_table[opt];
}
Expand Down

0 comments on commit 4c96029

Please sign in to comment.