From: Wenpeng Liang Date: Wed, 21 Aug 2019 13:14:35 +0000 (+0800) Subject: RDMA/hns: Delete the not-used lines X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=afca2a2b837a8a93d8376f0843f225dd967aac12;p=linux.git RDMA/hns: Delete the not-used lines Delete the assignment of srq->ibsrq.ext.xrc.srq_num, beacause this value is not used. Signed-off-by: Wenpeng Liang Signed-off-by: Lijun Ou Link: https://lore.kernel.org/r/1566393276-42555-9-git-send-email-oulijun@huawei.com Signed-off-by: Doug Ledford --- diff --git a/drivers/infiniband/hw/hns/hns_roce_srq.c b/drivers/infiniband/hw/hns/hns_roce_srq.c index 1a421721cf4f1..9591457eb7683 100644 --- a/drivers/infiniband/hw/hns/hns_roce_srq.c +++ b/drivers/infiniband/hw/hns/hns_roce_srq.c @@ -412,7 +412,6 @@ int hns_roce_create_srq(struct ib_srq *ib_srq, goto err_wrid; srq->event = hns_roce_ib_srq_event; - srq->ibsrq.ext.xrc.srq_num = srq->srqn; resp.srqn = srq->srqn; if (udata) {