Re: [PATCH 1/1] RDMA/irdma: remove the unused variable local_qp
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-10-27 16:41:40
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-10-27 16:41:40
On Wed, Oct 27, 2021 at 01:54:57PM -0400, yanjun.zhu@linux.dev wrote:
From: Zhu Yanjun <redacted> Since the member variable local_qp is not used, remove it. Signed-off-by: Zhu Yanjun <redacted> Acked-by: Shiraz Saleem <redacted> --- drivers/infiniband/hw/irdma/type.h | 1 - drivers/infiniband/hw/irdma/verbs.c | 1 - 2 files changed, 2 deletions(-)
Applied to for-next, thanks Jason