Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09b74de9 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan Committed by Roland Dreier
Browse files

IB/ipath: deref correct pointer when using kernel SMA



At this point, the core QP structure hasn't been initialized, so what's
in there isn't valid.  Get the same information elsewhere.

Signed-off-by: default avatarBryan O'Sullivan <bos@pathscale.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 39770264
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -734,7 +734,7 @@ struct ib_qp *ipath_create_qp(struct ib_pd *ibpd,
		ipath_reset_qp(qp);

		/* Tell the core driver that the kernel SMA is present. */
		if (qp->ibqp.qp_type == IB_QPT_SMI)
		if (init_attr->qp_type == IB_QPT_SMI)
			ipath_layer_set_verbs_flags(dev->dd,
						    IPATH_VERBS_KERNEL_SMA);
		break;