Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302619
b: refs/heads/master
c: 784d135
h: refs/heads/master
i:
  302617: 9f07848
  302615: 627db3f
v: v3
  • Loading branch information
Tatyana Nikolova authored and Roland Dreier committed May 14, 2012
1 parent f828d7f commit bc347c6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d3e5132814fb7c80c4b1c4a0ec6b4fa06943d6d5
refs/heads/master: 784d135f967849cb51c7e8d0c5230734f893331c
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/hw/nes/nes_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,8 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
ibevent.device = nesqp->ibqp.device;
ibevent.event = nesqp->terminate_eventtype;
ibevent.element.qp = &nesqp->ibqp;
nesqp->ibqp.event_handler(&ibevent, nesqp->ibqp.qp_context);
if (nesqp->ibqp.event_handler)
nesqp->ibqp.event_handler(&ibevent, nesqp->ibqp.qp_context);
}
}

Expand Down

0 comments on commit bc347c6

Please sign in to comment.