diff options
author | Asbjørn Sloth Tønnesen <ast@fiberby.net> | 2024-05-03 13:55:03 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-05-07 12:08:14 +0300 |
commit | c0c66eba6322a300a27cffb2295af70ad7f63d40 (patch) | |
tree | f54976f4325bd5653c08f732633be67f01251431 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e5ed2f0349bf764555bcdb870a43a9bb6b1546db (diff) | |
download | linux-c0c66eba6322a300a27cffb2295af70ad7f63d40.tar.xz |
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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions