From: Andrew Vasquez Date: Thu, 28 Feb 2008 22:06:09 +0000 (-0800) Subject: [SCSI] qla2xxx: Correct needless clean-up resets during shutdown. X-Git-Tag: v2.6.25-rc5~25^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7f1f299b7f21f1f5fd4fa3da6b626406109f30;p=pandora-kernel.git [SCSI] qla2xxx: Correct needless clean-up resets during shutdown. There's no point in hitting the RISC with what will most assuredly be an unsucessful reset of the RISC hardware if the initial stop-firmware mailbox command fails with a time-out status. Instead, to avoid what could amount to a lengthy stop-firmware/detect-failure/reset-risc loop, continue with driver unloading and discard the stop-firmware requirement. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed