Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189749
b: refs/heads/master
c: 3e340c0
h: refs/heads/master
i:
  189747: fb828ad
v: v3
  • Loading branch information
Jani Nikula authored and Roland Dreier committed Mar 31, 2010
1 parent bbe53e1 commit 6e44905
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: ae2d9293d7cfba70f44f59cfedb44122828c73b8
refs/heads/master: 3e340c05c0def3bb68db6751299b7821c2ba0621
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3693,7 +3693,7 @@ static void cm_add_one(struct ib_device *ib_device)
cm_dev->device = device_create(&cm_class, &ib_device->dev,
MKDEV(0, 0), NULL,
"%s", ib_device->name);
if (!cm_dev->device) {
if (IS_ERR(cm_dev->device)) {
kfree(cm_dev);
return;
}
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,6 @@ int rdma_set_ib_paths(struct rdma_cm_id *id,
}

memcpy(id->route.path_rec, path_rec, sizeof *path_rec * num_paths);
id->route.num_paths = num_paths;
return 0;
err:
cma_comp_exch(id_priv, CMA_ROUTE_RESOLVED, CMA_ADDR_RESOLVED);
Expand Down

0 comments on commit 6e44905

Please sign in to comment.