aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/common.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-09-05 14:01:35 +0000
committerDavid S. Miller <[email protected]>2019-09-06 14:47:07 +0000
commitf9bcfe214b00c37a6a8e21cab030503fdfd29aca (patch)
treea24416c041b002e4e25174a55c91a1f9c4627391 /tools/bpf/bpftool/common.c
parentMerge branch 'ravb-remove-use-of-undocumented-registers' (diff)
downloadkernel-f9bcfe214b00c37a6a8e21cab030503fdfd29aca.tar.gz
kernel-f9bcfe214b00c37a6a8e21cab030503fdfd29aca.zip
lan743x: remove redundant assignment to variable rx_process_result
The variable rx_process_result is being initialized with a value that is never read and is being re-assigned immediately afterwards. The assignment is redundant, so replace it with the return from function lan743x_rx_process_packet. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/bpf/bpftool/common.c')
0 files changed, 0 insertions, 0 deletions