Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276323
b: refs/heads/master
c: dfd8ee9
h: refs/heads/master
i:
  276321: 7219ec6
  276319: 4ee37ee
v: v3
  • Loading branch information
Xi Wang authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 4548a93 commit 9e06474
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: 06b446c8af5db5a98b2eaa30b513c79089ed254b
refs/heads/master: dfd8ee92a9192d78aa38cf8699df3630a7c88c85
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/comedi_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ static int do_insnlist_ioctl(struct comedi_device *dev,
}

insns =
kmalloc(sizeof(struct comedi_insn) * insnlist.n_insns, GFP_KERNEL);
kcalloc(insnlist.n_insns, sizeof(struct comedi_insn), GFP_KERNEL);
if (!insns) {
DPRINTK("kmalloc failed\n");
ret = -ENOMEM;
Expand Down

0 comments on commit 9e06474

Please sign in to comment.