Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324931
b: refs/heads/master
c: d08d6cf
h: refs/heads/master
i:
  324929: 4f60b95
  324927: 89adafa
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent 2cf5b57 commit d8739c8
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: 5818e7090bb6eacb886bd2f7fc3df06e23047b29
refs/heads/master: d08d6cfe3b594b797e1204891613d1cdf70fb0c7
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/range.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ int do_rangeinfo_ioctl(struct comedi_device *dev,
return -EINVAL;
if (subd >= dev->n_subdevices)
return -EINVAL;
s = dev->subdevices + subd;
s = &dev->subdevices[subd];
if (s->range_table) {
lr = s->range_table;
} else if (s->range_table_list) {
Expand Down

0 comments on commit d8739c8

Please sign in to comment.