aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx
diff options
context:
space:
mode:
authorHarish Zunjarrao <harish.zunjarrao@qlogic.com>2012-11-23 06:58:39 -0500
committerJames Bottomley <JBottomley@Parallels.com>2013-01-29 13:55:06 +1100
commitad5da8c404858bf573c394d66b73b43a8e0fe5fc (patch)
treee603ed4ba6be135905dd04461a7dacba9ef5c26f /drivers/scsi/qla4xxx
parent[SCSI] qla4xxx: Fix MBOX intr switching from polling to intr mode for ISP83XX (diff)
downloadlinux-dev-ad5da8c404858bf573c394d66b73b43a8e0fe5fc.tar.xz
linux-dev-ad5da8c404858bf573c394d66b73b43a8e0fe5fc.zip
[SCSI] qla4xxx: Allow reset in link down case
Issue: Reset operation fails if port is in Link Down state Fix: Do not wait till HBA comes online after reset command is invoked. Signed-off-by: Harish Zunjarrao <harish.zunjarrao@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla4xxx')
-rw-r--r--drivers/scsi/qla4xxx/ql4_os.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index bfd1e68654ab..47b908cacd01 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -6006,14 +6006,6 @@ static int qla4xxx_host_reset(struct Scsi_Host *shost, int reset_type)
goto exit_host_reset;
}
- rval = qla4xxx_wait_for_hba_online(ha);
- if (rval != QLA_SUCCESS) {
- DEBUG2(ql4_printk(KERN_INFO, ha, "%s: Unable to reset host "
- "adapter\n", __func__));
- rval = -EIO;
- goto exit_host_reset;
- }
-
if (test_bit(DPC_RESET_HA, &ha->dpc_flags))
goto recover_adapter;