[SCSI] simscsi: Free scsi host on error
authorMatthew Wilcox <matthew@wil.cx>
Wed, 15 Aug 2007 18:56:54 +0000 (12:56 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:51:29 +0000 (14:51 -0400)
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>

No differences found