commit | f01abb362f878b8e2de69c03662d8e7f3ae1d6f8 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Wed Aug 15 12:56:55 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:51:33 2007 -0400 |
tree | c1cd3eedd0919db831175e2da28e8c494848058f | |
parent | a60ebc52cbfafc291c6b0b89e41ecaf3685c8e2a [diff] |
[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>