Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4661
b: refs/heads/master
c: 4645df1
h: refs/heads/master
i:
  4659: 4a56e75
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jul 12, 2005
1 parent 8458e1d commit 66d2afa
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: d53d9f16ea95a91ad4aa114809dcde486ca4000d
refs/heads/master: 4645df1035b34be2d431d6a10b08e1c06bcd3361
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/commctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ static int aac_send_raw_srb(struct aac_dev* dev, void __user * arg)
goto cleanup;
}

user_srbcmd = kmalloc(GFP_KERNEL, fibsize);
user_srbcmd = kmalloc(fibsize, GFP_KERNEL);
if (!user_srbcmd) {
dprintk((KERN_DEBUG"aacraid: Could not make a copy of the srb\n"));
rcode = -ENOMEM;
Expand Down

0 comments on commit 66d2afa

Please sign in to comment.