Commit 28f22b03 authored by James Bottomley's avatar James Bottomley

[SCSI] qla2xxx: put back label erroneously removed by eh_active patch

The label eh_dev_reset_done is still in use
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent c3ee74c4
......@@ -774,7 +774,7 @@ qla2xxx_eh_device_reset(struct scsi_cmnd *cmd)
qla_printk(KERN_INFO, ha,
"scsi(%ld:%d:%d): DEVICE RESET SUCCEEDED.\n", ha->host_no,
id, lun);
eh_dev_reset_done:
return ret;
}
......
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