Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88556
b: refs/heads/master
c: d97c517
h: refs/heads/master
v: v3
  • Loading branch information
Erez Zilber authored and Roland Dreier committed Apr 17, 2008
1 parent 3ad2ffd commit 6ca3900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 4ff08a76bce3ed5f7d109c646dcfc474d7946213
refs/heads/master: d97c51707d7d0716881be84ffd2100449852e44b
5 changes: 1 addition & 4 deletions trunk/drivers/infiniband/ulp/iser/iser_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,8 @@ static int iser_cma_handler(struct rdma_cm_id *cma_id, struct rdma_cm_event *eve
iser_connect_error(cma_id);
break;
case RDMA_CM_EVENT_DISCONNECTED:
iser_disconnected_handler(cma_id);
break;
case RDMA_CM_EVENT_DEVICE_REMOVAL:
iser_err("Device removal is currently unsupported\n");
BUG();
iser_disconnected_handler(cma_id);
break;
default:
iser_err("Unexpected RDMA CM event (%d)\n", event->event);
Expand Down

0 comments on commit 6ca3900

Please sign in to comment.