On Fri, Mar 20, 2020 at 04:23:05PM +0300, Dan Carpenter wrote: > 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@xxxxxxxxxx> > --- > drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>