From: Seokmann Ju Date: Tue, 7 Apr 2009 05:33:37 +0000 (-0700) Subject: [SCSI] qla2xxx: Correct bus-reset behaviour with recent ISPs. X-Git-Tag: v2.6.31-rc1~365^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d53b48d512ef477c939aba09c7e258b8dc331b6a;p=pandora-kernel.git [SCSI] qla2xxx: Correct bus-reset behaviour with recent ISPs. The short-circuit to skip the non-applicable 'full-login-lip' process on 81xx ISPs was nested too deeply in the 'bus-reset' routine, as the code in qla2x00_loop_reset() should skip the whole enable_lip_full_login process. The original code could cause device tear-down due to the qla2x00_wait_for_loop_ready() call taking a large amount of time. Signed-off-by: Seokmann Ju Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed