Re: [PATCH] RDMA/mlx4: remove an unused variable

From: Jason Gunthorpe
Date: Tue Apr 20 2021 - 15:59:29 EST


On Tue, Apr 20, 2021 at 05:28:33PM +0200, Christophe JAILLET wrote:
> 'in6' is unused. It is just declared and filled-in.
> It can be removed.
>
> This is a left over from commit 5ea8bbfc4929
> ("mlx4: Implement IP based gids support for RoCE/SRIOV")
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/mlx4/qp.c | 3 ---
> 1 file changed, 3 deletions(-)

Applied to for-next, thanks

Jason