Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76812
b: refs/heads/master
c: 45d9478
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Sokolovsky authored and Roland Dreier committed Jan 25, 2008
1 parent fd0d613 commit 6ebb669
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b61d92d8ae6aa13b17d1c31e69d123879cec2ee2
refs/heads/master: 45d9478da106c749203056f56e94d0e370dfac87
4 changes: 3 additions & 1 deletion trunk/drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,8 +1122,10 @@ static int cma_req_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event)
cm_id->cm_handler = cma_ib_handler;

ret = conn_id->id.event_handler(&conn_id->id, &event);
if (!ret)
if (!ret) {
cma_enable_remove(conn_id);
goto out;
}

/* Destroy the CM ID by returning a non-zero value. */
conn_id->cm_id.ib = NULL;
Expand Down

0 comments on commit 6ebb669

Please sign in to comment.