RDMA/irdma: Remove the redundant variable
authorZhu Yanjun <yanjun.zhu@linux.dev>
Wed, 23 Mar 2022 23:01:35 +0000 (19:01 -0400)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 4 Apr 2022 13:50:24 +0000 (10:50 -0300)
commit45bf247218ebea198ad339edcbd2552ac4bc1053
tree05ece713bf2acde82a3a559d4674c1251e82f522
parent3123109284176b1532874591f7c81f3837bbdc17
RDMA/irdma: Remove the redundant variable

In the function irdma_puda_get_next_send_wqe, the variable wqe
is not necessary. So remove it.

Link: https://lore.kernel.org/r/20220323230135.291813-1-yanjun.zhu@intel.com
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/irdma/puda.c