From: Andrew Vasquez Date: Sat, 27 Aug 2005 02:10:00 +0000 (-0700) Subject: [SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure. X-Git-Tag: v2.6.14-rc1~522^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86cd6baa8294dc5b2cedd84fb5cf3944eaf5271f;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed