diff options
author | Quinn Tran <[email protected]> | 2018-05-01 09:01:51 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2018-05-08 00:46:12 -0400 |
commit | 36d49c92efe6e0d149fcc5b91da93136d65d5ce3 (patch) | |
tree | 8f6237543745e31a9064f682b6c7d8235e62aa50 | |
parent | e25f76549bd7794aa171e1d998514d8d99172b1f (diff) |
scsi: qla2xxx: Remove stale debug value for login_retry flag
Signed-off-by: Quinn Tran <[email protected]>
Signed-off-by: Himanshu Madhani <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 792c09470c5a..3405cb9031b6 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c @@ -4517,7 +4517,6 @@ qla2x00_alloc_fcport(scsi_qla_host_t *vha, gfp_t flags) fcport->fw_login_state = DSC_LS_PORT_UNAVAIL; fcport->deleted = QLA_SESS_DELETED; fcport->login_retry = vha->hw->login_retry_count; - fcport->login_retry = 5; fcport->logout_on_delete = 1; if (!fcport->ct_desc.ct_sns) { |