Re: [PATCH] RDMA/mlx4: remove redundant assignment to variable nreq

From: Jason Gunthorpe
Date: Tue Feb 01 2022 - 10:03:00 EST


On Sun, Jan 30, 2022 at 10:57:47PM +0000, Colin Ian King wrote:
> Variable nreq is being assigned a value that is never read. The
> assignment is redundant and can be removed.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
> ---
> drivers/infiniband/hw/mlx4/srq.c | 1 -
> 1 file changed, 1 deletion(-)

Applied to for-next, thanks

Jason