diff options
author | 2022-03-03 16:01:23 +0200 | |
---|---|---|
committer | 2022-03-04 09:21:23 +0000 | |
commit | d219b4b674e9424ff047ecc568b79401427ad709 (patch) | |
tree | 0e5bf422020a3e6b52c2eb4d9ac0509751e992a2 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_init (diff) | |
download | linux-dev-d219b4b674e9424ff047ecc568b79401427ad709.tar.xz linux-dev-d219b4b674e9424ff047ecc568b79401427ad709.zip |
net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()
The DSA ->port_rxtstamp() function is never called for PTP_CLASS_NONE:
dsa_skb_defer_rx_timestamp:
if (type == PTP_CLASS_NONE)
return false;
if (likely(ds->ops->port_rxtstamp))
return ds->ops->port_rxtstamp(ds, p->dp->index, skb, type);
So practically, the argument is unused, so remove it.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions