From: Dave Jones Date: Thu, 9 Mar 2006 15:21:27 +0000 (-0500) Subject: [SCSI] fix two leaks in scsi_alloc_sdev failure paths X-Git-Tag: v2.6.17-rc1~1129^2~4^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93f56089898a1b27fc0c89b5c1c748291353f679;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed