Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41340
b: refs/heads/master
c: e402227
h: refs/heads/master
v: v3
  • Loading branch information
Krishna Kumar authored and Roland Dreier committed Nov 29, 2006
1 parent 3fd204c commit 0989bab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: e82153b54d75af31d5d4a84efe441e5719f34cfc
refs/heads/master: e4022274cf8df1f78f9e20ba7e199a9edf655422
5 changes: 0 additions & 5 deletions trunk/drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -2122,8 +2122,6 @@ static void cma_add_one(struct ib_device *device)

cma_dev->device = device;
cma_dev->node_guid = device->node_guid;
if (!cma_dev->node_guid)
goto err;

init_completion(&cma_dev->comp);
atomic_set(&cma_dev->refcount, 1);
Expand All @@ -2135,9 +2133,6 @@ static void cma_add_one(struct ib_device *device)
list_for_each_entry(id_priv, &listen_any_list, list)
cma_listen_on_dev(id_priv, cma_dev);
mutex_unlock(&lock);
return;
err:
kfree(cma_dev);
}

static int cma_remove_id_dev(struct rdma_id_private *id_priv)
Expand Down

0 comments on commit 0989bab

Please sign in to comment.