Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311244
b: refs/heads/master
c: 2e51fd3
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Jun 24, 2012
1 parent e7133b2 commit 361019f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b33dc2b050b71de0e202885a26caffbc864d072
refs/heads/master: 2e51fd3c13e330d9364a211ddcd3e38771eeb4b4
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ static void cma_set_req_event_data(struct rdma_cm_event *event,

static int cma_check_req_qp_type(struct rdma_cm_id *id, struct ib_cm_event *ib_event)
{
return (((ib_event->event == IB_CM_REQ_RECEIVED) ||
return (((ib_event->event == IB_CM_REQ_RECEIVED) &&
(ib_event->param.req_rcvd.qp_type == id->qp_type)) ||
((ib_event->event == IB_CM_SIDR_REQ_RECEIVED) &&
(id->qp_type == IB_QPT_UD)) ||
Expand Down

0 comments on commit 361019f

Please sign in to comment.