From: James Bottomley Date: Fri, 28 Oct 2005 22:22:18 +0000 (-0500) Subject: [SCSI] qla2xxx: put back label erroneously removed by eh_active patch X-Git-Tag: v2.6.15-rc1~723^2~2^2~33 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=28f22b031f8959cdf53202cd9f6ca8b9ce19b3a6;p=linux-2.6-omap-h63xx.git [SCSI] qla2xxx: put back label erroneously removed by eh_active patch The label eh_dev_reset_done is still in use Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 92976c235ee..d9eccdf4f40 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -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; }