[SCSI] qla2xxx: put back label erroneously removed by eh_active patch
authorJames Bottomley <jejb@mulgrave.(none)>
Fri, 28 Oct 2005 22:22:18 +0000 (17:22 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Fri, 28 Oct 2005 22:22:18 +0000 (17:22 -0500)
The label eh_dev_reset_done is still in use

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_os.c

index 92976c2..d9eccdf 100644 (file)
@@ -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;
 }