From: Matthew Wilcox Date: Wed, 15 Aug 2007 18:56:55 +0000 (-0600) Subject: [SCSI] aic94xx: Free scsi host on error X-Git-Tag: v2.6.24-rc1~1290^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f01abb362f878b8e2de69c03662d8e7f3ae1d6f8;p=pandora-kernel.git [SCSI] aic94xx: Free scsi host on error If an error occurred during initialisation, we would sometimes fail to call scsi_host_put() and thus end up with a leaked scsi_host. It was also possible to miss calling scsi_remove_host(). Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed