RDMA/mlx5: remove variable i
authorColin Ian King <colin.i.king@gmail.com>
Mon, 24 Oct 2022 13:37:56 +0000 (14:37 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 28 Dec 2022 10:28:09 +0000 (05:28 -0500)
commita9f0a19ff7700cc8a30db2496f40d18490dcb9df
tree0467c0978b7b3f881e55dcd6c049bddbb0715d56
parentb9d978a89296c57fbbbd8ea647c303ce4d37028f
RDMA/mlx5: remove variable i

Variable i is just being incremented and it's never used
anywhere else. The variable and the increment are redundant so
remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Message-Id: <20221024133756.2158497-1-colin.i.king@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/mlx5/core/mr.c