Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205546
b: refs/heads/master
c: fa3b5d9
h: refs/heads/master
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Jun 17, 2010
1 parent ed3396f commit c9f5950
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: 9e7f2256883c954691e5d395d471e0f125f6b30b
refs/heads/master: fa3b5d9ab0487f58b45d55a37070aa0d417f59d5
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/serial2002.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ static int serial2002_detach(struct comedi_device *dev)
int i;

printk("comedi%d: serial2002: remove\n", dev->minor);
for (i = 0; i < 4; i++) {
for (i = 0; i < 5; i++) {
s = &dev->subdevices[i];
if (s->maxdata_list) {
kfree(s->maxdata_list);
Expand Down

0 comments on commit c9f5950

Please sign in to comment.