diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_verbs.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_verbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_verbs.c b/drivers/infiniband/hw/ipath/ipath_verbs.c index 683db8ad28d3..6af5402fe447 100644 --- a/drivers/infiniband/hw/ipath/ipath_verbs.c +++ b/drivers/infiniband/hw/ipath/ipath_verbs.c | |||
@@ -194,7 +194,7 @@ static int ipath_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, | |||
194 | switch (qp->ibqp.qp_type) { | 194 | switch (qp->ibqp.qp_type) { |
195 | case IB_QPT_UC: | 195 | case IB_QPT_UC: |
196 | case IB_QPT_RC: | 196 | case IB_QPT_RC: |
197 | err = ipath_post_rc_send(qp, wr); | 197 | err = ipath_post_ruc_send(qp, wr); |
198 | break; | 198 | break; |
199 | 199 | ||
200 | case IB_QPT_SMI: | 200 | case IB_QPT_SMI: |