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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}