Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15367540 authored by James Smart's avatar James Smart Committed by James Bottomley
Browse files

[SCSI] lpfc: remove self-assignments



Report from coverity

Reported-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarJames Smart <james.smart@emulex.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 3d53af4d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -6189,10 +6189,6 @@ lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,

		memcpy(&conn_entry->conn_rec, &conn_rec[i],
			sizeof(struct lpfc_fcf_conn_rec));
		conn_entry->conn_rec.vlan_tag =
			conn_entry->conn_rec.vlan_tag;
		conn_entry->conn_rec.flags =
			conn_entry->conn_rec.flags;
		list_add_tail(&conn_entry->list,
			&phba->fcf_conn_rec_list);
	}