Commit 3746078f authored by Sawan Chandak's avatar Sawan Chandak Committed by James Bottomley

[SCSI] qla2xxx: Reset nic_core_reset_owner on moving from COLD to READY for ISP8044

Signed-off-by: default avatarSawan Chandak <sawan.chandak@qlogic.com>
Signed-off-by: default avatarSaurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 9aaf2cea
...@@ -1860,7 +1860,7 @@ qla8044_device_state_handler(struct scsi_qla_host *vha) ...@@ -1860,7 +1860,7 @@ qla8044_device_state_handler(struct scsi_qla_host *vha)
goto exit; goto exit;
case QLA8XXX_DEV_COLD: case QLA8XXX_DEV_COLD:
rval = qla8044_device_bootstrap(vha); rval = qla8044_device_bootstrap(vha);
goto exit; break;
case QLA8XXX_DEV_INITIALIZING: case QLA8XXX_DEV_INITIALIZING:
qla8044_idc_unlock(ha); qla8044_idc_unlock(ha);
msleep(1000); msleep(1000);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment