Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324651
b: refs/heads/master
c: 0edc7d8
h: refs/heads/master
i:
  324649: d7fbfd1
  324647: 6330ea3
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent baa9128 commit d0c0894
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4d480efacee65eba9b6301dd02d679458d5ce447
refs/heads/master: 0edc7d8381b1d9f9c15d1590b057e9160032603b
4 changes: 3 additions & 1 deletion trunk/drivers/staging/comedi/drivers/serial2002.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,9 @@ static int serial_2002_open(struct comedi_device *dev)
kfree(s->range_table_list);
s->range_table = NULL;
s->range_table_list = NULL;
if (range) {
if (kind == 1 || kind == 2) {
s->range_table = &range_digital;
} else if (range) {
s->range_table_list = range_table_list =
kmalloc(sizeof
(struct
Expand Down

0 comments on commit d0c0894

Please sign in to comment.