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

Commit 7580fc31 authored by Dean Luick's avatar Dean Luick Committed by Doug Ledford
Browse files

staging/rdma/hfi1: Remove unused variable nsbr



Remove unused nsbr count from PCIe Gen3 code

Reviewed-by: default avatarStuart Summers <john.s.summers@intel.com>
Signed-off-by: default avatarDean Luick <dean.luick@intel.com>
Signed-off-by: default avatarJubin John <jubin.john@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent e154f127
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -955,7 +955,6 @@ int do_pcie_gen3_transition(struct hfi1_devdata *dd)
	uint default_pset;
	u16 target_vector, target_speed;
	u16 lnkctl2, vendor;
	u8 nsbr = 1;
	u8 div;
	const u8 (*eq)[3];
	int return_error = 0;
@@ -988,12 +987,6 @@ int do_pcie_gen3_transition(struct hfi1_devdata *dd)
			return 0;
	}

	/*
	 * A0 needs an additional SBR
	 */
	if (is_ax(dd))
		nsbr++;

	/*
	 * Do the Gen3 transition.  Steps are those of the PCIe Gen3
	 * recipe.