Skip to content

Commit

Permalink
[SCSI] qla2xxx: Reset nic_core_reset_owner on moving from COLD to REA…
Browse files Browse the repository at this point in the history
…DY for ISP8044

Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Sawan Chandak authored and James Bottomley committed Dec 19, 2013
1 parent 9aaf2ce commit 3746078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_nx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ qla8044_device_state_handler(struct scsi_qla_host *vha)
goto exit;
case QLA8XXX_DEV_COLD:
rval = qla8044_device_bootstrap(vha);
goto exit;
break;
case QLA8XXX_DEV_INITIALIZING:
qla8044_idc_unlock(ha);
msleep(1000);
Expand Down

0 comments on commit 3746078

Please sign in to comment.