RDMA/hns: ensure for-loop actually iterates and free's buffers
The current for-loop zeros variable i and only loops once, hence
not all the buffers are free'd.  Fix this by setting i correctly.
Detected by CoverityScan, CID#1463415 ("Operands don't affect result")
Fixes: a5073d60 ("RDMA/hns: Add eq support of hip08")
Signed-off-by:  Colin Ian King <colin.king@canonical.com>
Reviewed-by:
Colin Ian King <colin.king@canonical.com>
Reviewed-by:  Yixian Liu <liuyixian@huawei.com>
Signed-off-by:
Yixian Liu <liuyixian@huawei.com>
Signed-off-by:  Jason Gunthorpe <jgg@mellanox.com>
Jason Gunthorpe <jgg@mellanox.com>
Loading
Please register or sign in to comment
