aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorlinke li <[email protected]>2024-04-23 18:53:26 +0800
committerDavid S. Miller <[email protected]>2024-04-25 13:15:38 +0100
commite7d96e750f2bc9b951290c90df421ac5e9adc3ed (patch)
tree041f42afb530450dff2200382e8071ece56dd095 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parente44894e2aa4eb311ceda134de8b6f51ff979211b (diff)
net: bridge: remove redundant check of f->dst
In br_fill_forward_path(), f->dst is checked not to be NULL, then immediately read using READ_ONCE and checked again. The first check is useless, so this patch aims to remove the redundant check of f->dst. Signed-off-by: linke li <[email protected]> Acked-by: Nikolay Aleksandrov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions