mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02: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:
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user