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

2021-04-20 Thread Jason Gunthorpe
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 > ---

[PATCH] RDMA/mlx4: remove an unused variable

2021-04-20 Thread Christophe JAILLET
'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 --- drivers/infiniband/hw/mlx4/qp.c | 3 --- 1 file changed, 3 deletions(-) diff --git