From: Sawan Chandak <sawan.chan...@qlogic.com>

Signed-off-by: Sawan Chandak <sawan.chan...@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kash...@qlogic.com>
---
 drivers/scsi/qla2xxx/qla_os.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index 4880f0b..72b94f9 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -860,8 +860,10 @@ qla2x00_wait_for_hba_ready(scsi_qla_host_t *vha)
 {
        struct qla_hw_data *ha = vha->hw;
 
-       while ((!(vha->flags.online) || ha->dpc_active ||
-           ha->flags.mbox_busy))
+       while (((qla2x00_reset_active(vha)) || ha->dpc_active ||
+           ha->flags.mbox_busy) ||
+               test_bit(FX00_RESET_RECOVERY, &vha->dpc_flags) ||
+               test_bit(FX00_TARGET_SCAN, &vha->dpc_flags))
                msleep(1000);
 }
 
-- 
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to