[SCSI] pmcraid: pmcraid_chr_ioctl uses incorrect argument order to kmalloc()
authorDave Jones <davej@redhat.com>
Mon, 24 Oct 2011 22:10:26 +0000 (18:10 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 30 Oct 2011 10:06:58 +0000 (14:06 +0400)
commita63ec37629415848b5704eda5110fe8e750032ca
treec5d4ae7bd8bb6e0e592931540d62f521df1e1c94
parentfd2541893da50cbc1e547a9aaebf104bed859915
[SCSI] pmcraid: pmcraid_chr_ioctl uses incorrect argument order to kmalloc()

Size is 1st arg, not second.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/pmcraid.c