Re: [PATCH] RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()

From: Jason Gunthorpe
Date: Fri May 20 2022 - 09:54:18 EST


On Wed, May 18, 2022 at 04:49:14AM +0000, Daisuke Matsuda wrote:
> The pointer imr->umem is assigned twice. Fix this by removing the
> redundant one.
>
> Signed-off-by: Daisuke Matsuda <matsuda-daisuke@xxxxxxxxxxx>
> ---
> drivers/infiniband/hw/mlx5/odp.c | 1 -
> 1 file changed, 1 deletion(-)

Applied to for-next, thanks

Jason