From: Bryan O'Sullivan Date: Sat, 1 Jul 2006 11:35:54 +0000 (-0700) Subject: [PATCH] IB/ipath: remove some duplicate code X-Git-Tag: v2.6.18-rc1~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6665ddee85bfc336d691ea5132a2c20a1d0e8053;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] IB/ipath: remove some duplicate code Signed-off-by: Robert Walsh Signed-off-by: Bryan O'Sullivan Cc: "Michael S. Tsirkin" Cc: Roland Dreier Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/infiniband/hw/ipath/ipath_qp.c b/drivers/infiniband/hw/ipath/ipath_qp.c index e1d31bc..47271be 100644 --- a/drivers/infiniband/hw/ipath/ipath_qp.c +++ b/drivers/infiniband/hw/ipath/ipath_qp.c @@ -511,9 +511,6 @@ int ipath_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, if (attr_mask & IB_QP_QKEY) qp->qkey = attr->qkey; - if (attr_mask & IB_QP_PKEY_INDEX) - qp->s_pkey_index = attr->pkey_index; - qp->state = new_state; spin_unlock(&qp->s_lock); spin_unlock_irqrestore(&qp->r_rq.lock, flags);