diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_os.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 089e0f500363..5866a7c706a8 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -2250,13 +2250,8 @@ qla2x00_do_dpc(void *data) | |||
2250 | DEBUG(printk("scsi(%ld): port login OK: logged in ID 0x%x\n", | 2250 | DEBUG(printk("scsi(%ld): port login OK: logged in ID 0x%x\n", |
2251 | ha->host_no, fcport->loop_id)); | 2251 | ha->host_no, fcport->loop_id)); |
2252 | 2252 | ||
2253 | fcport->port_login_retry_count = | 2253 | qla2x00_update_fcport(ha, |
2254 | ha->port_down_retry_count * PORT_RETRY_TIME; | 2254 | fcport); |
2255 | atomic_set(&fcport->state, FCS_ONLINE); | ||
2256 | atomic_set(&fcport->port_down_timer, | ||
2257 | ha->port_down_retry_count * PORT_RETRY_TIME); | ||
2258 | |||
2259 | fcport->login_retry = 0; | ||
2260 | } else if (status == 1) { | 2255 | } else if (status == 1) { |
2261 | set_bit(RELOGIN_NEEDED, &ha->dpc_flags); | 2256 | set_bit(RELOGIN_NEEDED, &ha->dpc_flags); |
2262 | /* retry the login again */ | 2257 | /* retry the login again */ |