]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] aic94xx: Free scsi host on error
authorMatthew Wilcox <matthew@wil.cx>
Wed, 15 Aug 2007 18:56:55 +0000 (12:56 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:51:33 +0000 (14:51 -0400)
commitf01abb362f878b8e2de69c03662d8e7f3ae1d6f8
treec1cd3eedd0919db831175e2da28e8c494848058f
parenta60ebc52cbfafc291c6b0b89e41ecaf3685c8e2a
[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 <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aic94xx/aic94xx_init.c