diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index fbb6feee40cf..6fc8bbae9398 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -2858,7 +2858,7 @@ qla2x00_fabric_login(scsi_qla_host_t *ha, fc_port_t *fcport, | |||
2858 | fcport->d_id.b.domain, fcport->d_id.b.area, | 2858 | fcport->d_id.b.domain, fcport->d_id.b.area, |
2859 | fcport->d_id.b.al_pa); | 2859 | fcport->d_id.b.al_pa); |
2860 | fcport->loop_id = FC_NO_LOOP_ID; | 2860 | fcport->loop_id = FC_NO_LOOP_ID; |
2861 | atomic_set(&fcport->state, FCS_DEVICE_DEAD); | 2861 | fcport->login_retry = 0; |
2862 | 2862 | ||
2863 | rval = 3; | 2863 | rval = 3; |
2864 | break; | 2864 | break; |