commit | 49397b801261160fb5f5d3f28536c792e72ecbb3 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Mar 20 16:23:05 2020 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Mar 25 23:18:49 2020 -0700 |
tree | 35962fce94d425bcd295ad054df65baeb86ade18 | |
parent | 29f3490ba9d2399d3d1b20c4aa74592d92bd4e11 [diff] |
net/mlx5e: Fix actions_match_supported() return The actions_match_supported() function returns a bool, true for success and false for failure. This error path is returning a negative which is cast to true but it should return false. Fixes: 4c3844d9e97e ("net/mlx5e: CT: Introduce connection tracking") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>