[SCSI] fix two leaks in scsi_alloc_sdev failure paths
authorDave Jones <davej@redhat.com>
Thu, 9 Mar 2006 15:21:27 +0000 (10:21 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 12 Mar 2006 15:25:40 +0000 (09:25 -0600)
commit93f56089898a1b27fc0c89b5c1c748291353f679
tree4c1280939653d737d3e79d65fd58c3301ec6d8bf
parenta0b6b6e5308d6ef70febfc3cfd5488717809b3e4
[SCSI] fix two leaks in scsi_alloc_sdev failure paths

If the scsi_alloc_queue or the slave_alloc calls in scsi_alloc_device fail,
we forget to release the locally allocated sdev on the failure path.

Coverity #609

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