diff options
author | Asbjørn Sloth Tønnesen <ast@fiberby.net> | 2024-04-26 09:12:25 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-04-29 10:02:43 +0100 |
commit | 27b44414a34b108c5a37cd5b4894f606061d86e7 (patch) | |
tree | 6f90e5a7d9a9a6079d2213abcdc76c079edac562 /lib/ubsan.c | |
parent | fcee2065a178f78be6fd516302830378b17dba3d (diff) | |
download | linux-stable-27b44414a34b108c5a37cd5b4894f606061d86e7.tar.gz linux-stable-27b44414a34b108c5a37cd5b4894f606061d86e7.tar.bz2 linux-stable-27b44414a34b108c5a37cd5b4894f606061d86e7.zip |
net: qede: use return from qede_parse_flow_attr() for flow_spec
In qede_flow_spec_to_rule(), when calling
qede_parse_flow_attr() then the return code
was only used for a non-zero check, and then
-EINVAL was returned.
qede_parse_flow_attr() can currently fail with:
* -EINVAL
* -EOPNOTSUPP
* -EPROTONOSUPPORT
This patch changes the code to use the actual
return code, not just return -EINVAL.
The blaimed commit introduced qede_flow_spec_to_rule(),
and this call to qede_parse_flow_attr(), it looks
like it just duplicated how it was already used.
Only compile tested.
Fixes: 37c5d3efd7f8 ("qede: use ethtool_rx_flow_rule() to remove duplicated parser code")
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/ubsan.c')
0 files changed, 0 insertions, 0 deletions