RDMA/qib: Remove not-used variable n
authorColin Ian King <colin.i.king@gmail.com>
Fri, 21 Oct 2022 17:26:11 +0000 (18:26 +0100)
committerLeon Romanovsky <leon@kernel.org>
Mon, 24 Oct 2022 11:24:57 +0000 (14:24 +0300)
commitd0b9f28f0da2808b339bb290b539518e69e48ac9
treeff6312b7615266f5ecc5d2dd1c9d56bc2423ad29
parentc1842f34fceef47d6285e558004f8e2d6ed91b91
RDMA/qib: Remove not-used variable n

The variable n being incremented but it is never referenced,
it is redundant and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20221021172611.26763-1-colin.i.king@gmail.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/qib/qib_tx.c