Re: [PATCH net-next] net/mlx5: Fix a NULL vs IS_ERR() check
From: Saeed Mahameed <saeed@kernel.org>
Date: 2021-02-11 04:18:48
Also in:
linux-rdma, netdev
From: Saeed Mahameed <saeed@kernel.org>
Date: 2021-02-11 04:18:48
Also in:
linux-rdma, netdev
On Wed, 2021-02-10 at 13:40 +0200, Vlad Buslov wrote:
On Wed 10 Feb 2021 at 13:06, Dan Carpenter [off-list ref] wrote:quoted
The mlx5_chains_get_table() function doesn't return NULL, it returns error pointers so we need to fix this condition. Fixes: 34ca65352ddf ("net/mlx5: E-Switch, Indirect table infrastructure") Signed-off-by: Dan Carpenter <redacted>Thanks, Dan! Reviewed-by: Vlad Buslov <redacted>
Applied to net-next-mlx5 Thanks!