commit | a60ebc52cbfafc291c6b0b89e41ecaf3685c8e2a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Wed Aug 15 12:56:54 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:51:29 2007 -0400 |
tree | 55b512e8de7ac38df5115b854890d82344070633 | |
parent | c131993b4cbfb6d564619e609b3d0b471ec52c5d [diff] |
[SCSI] simscsi: Free scsi host on error If scsi_add_host returned an error, the host would never be freed. We need to call scsi_host_put() if an error happens. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>