Blame SOURCES/0101-scsi-scsi-qla2xxx-remove-double-assignment-in-qla2x0.patch

3c6e85
From 48a739840275a881f822c03afbc927c52bc8db70 Mon Sep 17 00:00:00 2001
3c6e85
From: Himanshu Madhani <hmadhani@redhat.com>
3c6e85
Date: Thu, 1 Aug 2019 15:56:01 -0400
3c6e85
Subject: [PATCH 101/124] [scsi] scsi: qla2xxx: remove double assignment in
3c6e85
 qla2x00_update_fcport
3c6e85
3c6e85
Message-id: <20190801155618.12650-102-hmadhani@redhat.com>
3c6e85
Patchwork-id: 267889
3c6e85
O-Subject: [RHEL 7.8 e-stor PATCH 101/118] scsi: qla2xxx: remove double assignment in qla2x00_update_fcport
3c6e85
Bugzilla: 1729270
3c6e85
RH-Acked-by: Jarod Wilson <jarod@redhat.com>
3c6e85
RH-Acked-by: Tony Camuso <tcamuso@redhat.com>
3c6e85
3c6e85
From: Enzo Matsumiya <ematsumiya@suse.de>
3c6e85
3c6e85
Bugzilla 1729270
3c6e85
3c6e85
Remove double assignment in qla2x00_update_fcport().
3c6e85
3c6e85
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
3c6e85
Acked-by: Himanshu Madhani <hmadhani@marvell.com>
3c6e85
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
3c6e85
(cherry picked from commit a90ef98b21cf40784af7ace77038f8341a7b96c8)
3c6e85
Signed-off-by: Himanshu Madhani <hmadhani@redhat.com>
3c6e85
Signed-off-by: Jan Stancek <jstancek@redhat.com>
3c6e85
---
3c6e85
 drivers/scsi/qla2xxx/qla_init.c | 1 -
3c6e85
 1 file changed, 1 deletion(-)
3c6e85
3c6e85
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
3c6e85
index 75a8ebe57e54..dc597073020f 100644
3c6e85
--- a/drivers/scsi/qla2xxx/qla_init.c
3c6e85
+++ b/drivers/scsi/qla2xxx/qla_init.c
3c6e85
@@ -5418,7 +5418,6 @@ qla2x00_update_fcport(scsi_qla_host_t *vha, fc_port_t *fcport)
3c6e85
 	fcport->flags &= ~(FCF_LOGIN_NEEDED | FCF_ASYNC_SENT);
3c6e85
 	fcport->deleted = 0;
3c6e85
 	fcport->logout_on_delete = 1;
3c6e85
-	fcport->login_retry = vha->hw->login_retry_count;
3c6e85
 	fcport->n2n_chip_reset = fcport->n2n_link_reset_cnt = 0;
3c6e85
 
3c6e85
 	switch (vha->hw->current_topology) {
3c6e85
-- 
3c6e85
2.13.6
3c6e85