diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-10-20 20:42:19 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-10-22 01:35:50 +0300 |
commit | ae77bdbc2fc63bdaa58b64ed06c51e4052631902 (patch) | |
tree | 167d847585947d21bd97fee6dad3f0e604749457 /include/acpi/acpi_lpat.h | |
parent | 50af5969bb22bb8ea757f87934c2478715afa854 (diff) | |
download | linux-ae77bdbc2fc63bdaa58b64ed06c51e4052631902.tar.xz |
net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
The "priv" variable is needed in the "check_writeback" scope since
commit d39823121911 ("enetc: add hardware timestamping support").
Since commit 7294380c5211 ("enetc: support PTP Sync packet one-step
timestamping"), we also need "priv" in the larger function scope.
So the local variable from the "if" block scope is not needed, and
actually shadows the other one. Delete it.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/acpi/acpi_lpat.h')
0 files changed, 0 insertions, 0 deletions