Skip to content

Commit 005c162

Browse files
committed
RDMA/qedr: Remove a duplicate assignment in qedr_create_gsi_qp()
JIRA: https://issues.redhat.com/browse/RHEL-52273 commit 2f5833e Author: Minjie Du <duminjie@vivo.com> Date: Wed Jul 5 18:39:50 2023 +0800 RDMA/qedr: Remove a duplicate assignment in qedr_create_gsi_qp() Delete a duplicate statement from this function implementation. Signed-off-by: Minjie Du <duminjie@vivo.com> Link: https://lore.kernel.org/r/20230705103950.15225-1-duminjie@vivo.com Acked-by: Alok Prasad <palok@marvell.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Kamal Heib <kheib@redhat.com>
1 parent 4d5bda5 commit 005c162

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/infiniband/hw/qedr/qedr_roce_cm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ int qedr_create_gsi_qp(struct qedr_dev *dev, struct ib_qp_init_attr *attrs,
354354
/* the GSI CQ is handled by the driver so remove it from the FW */
355355
qedr_destroy_gsi_cq(dev, attrs);
356356
dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI;
357-
dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI;
358357

359358
DP_DEBUG(dev, QEDR_MSG_GSI, "created GSI QP %p\n", qp);
360359

0 commit comments

Comments
 (0)