Re: [PATCH] IB/core: Remove redundant pointer mm

From: Jason Gunthorpe
Date: Mon Dec 06 2021 - 18:54:53 EST


On Sat, Dec 04, 2021 at 11:49:04PM +0000, Colin Ian King wrote:
> The pointer mm is assigned a value but it is never used. The pointer
> is redundant and can be removed.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
> ---
> drivers/infiniband/core/umem_odp.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)

Applied to for-next, thanks

Jason