diff options
author | 2024-05-03 10:55:03 +0000 | |
---|---|---|
committer | 2024-05-07 11:08:14 +0200 | |
commit | c0c66eba6322a300a27cffb2295af70ad7f63d40 (patch) | |
tree | f54976f4325bd5653c08f732633be67f01251431 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | net: qede: use return from qede_flow_spec_validate_unused() (diff) | |
download | wireguard-linux-c0c66eba6322a300a27cffb2295af70ad7f63d40.tar.xz wireguard-linux-c0c66eba6322a300a27cffb2295af70ad7f63d40.zip |
net: qede: use return from qede_flow_parse_ports()
When calling qede_flow_parse_ports(), then the
return code was only used for a non-zero check,
and then -EINVAL was returned.
qede_flow_parse_ports() can currently fail with:
* -EINVAL
This patch changes qede_flow_parse_v{4,6}_common() to
use the actual return code from qede_flow_parse_ports(),
so it's no longer assumed that all errors are -EINVAL.
Only compile tested.
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions