mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 03:06:50 -04:00
RDMA/qedr: Remove duplicate assignments of va
Avoid double assignment of iwqp->ietf_mem.va. Signed-off-by: Minjie Du <duminjie@vivo.com> Link: https://lore.kernel.org/r/20230705031849.2443-1-duminjie@vivo.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
This commit is contained in:
committed by
Leon Romanovsky
parent
2f5833ead7
commit
44725a8738
@@ -3627,7 +3627,6 @@ void irdma_free_lsmm_rsrc(struct irdma_qp *iwqp)
|
||||
iwqp->ietf_mem.size, iwqp->ietf_mem.va,
|
||||
iwqp->ietf_mem.pa);
|
||||
iwqp->ietf_mem.va = NULL;
|
||||
iwqp->ietf_mem.va = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user