[SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Sat, 27 Aug 2005 02:10:00 +0000 (19:10 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Mon, 5 Sep 2005 00:53:50 +0000 (19:53 -0500)
commit86cd6baa8294dc5b2cedd84fb5cf3944eaf5271f
tree97823923b79d9c5545cf302b24ae4a0d9eee4057
parentafb046e2be724a90f21f7cf0ba50e328005bd038
[SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure.

fc_remove_host() should only be called after a scsi_host has
been successfully added via scsi_add_host() -- any failures
while qla2xxx probing would result in an incorrect call to
fc_remove_host() during cleanup.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_os.c