Re: [PATCH -next] RDMA/mlx5: unchecked return value

From: Jason Gunthorpe
Date: Tue Aug 02 2022 - 12:58:21 EST


On Sat, Jul 30, 2022 at 04:02:42PM +0530, Sebin Sebastian wrote:
> Unchecked return value warning as reported by Coverity static analyzer
> tool. check the return value of mlx5_ib_ft_type_to_namespace().
>
> Signed-off-by: Sebin Sebastian <mailmesebin00@xxxxxxxxx>
> ---
> drivers/infiniband/hw/mlx5/fs.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)

Leon's is cleaner and has a proper fixes line, so I will use his

Thanks,
Jason