[SCSI] hpsa: fix memory leak in CCISS_BIG_PASSTHRU ioctl
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Mon, 23 Sep 2013 18:33:51 +0000 (13:33 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 16 Dec 2013 18:57:53 +0000 (10:57 -0800)
commite2d4a1f6b497e39d68775378960ad27be4f86250
treeff624082307842cb4089d193b4a4e725fa699cca
parenta4af4606dbe959a09b2fc61da7052d5ba9b292f9
[SCSI] hpsa: fix memory leak in CCISS_BIG_PASSTHRU ioctl

We were leaking a command buffer if a DMA mapping error was
encountered in the CCISS_BIG_PASSTHRU ioctl.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c