Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358874
b: refs/heads/master
c: 6950a23
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Roland Dreier committed Feb 15, 2013
1 parent 94bec7f commit 7704f43
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cab66d1273e6490603cf5256155584d38cecca68
refs/heads/master: 6950a235b86cf4e73d2b8e5476e7d0eb8f61af63
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mlx4/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ int mlx4_ib_device_register_sysfs(struct mlx4_ib_dev *dev)
dev->ports_parent =
kobject_create_and_add("ports",
kobject_get(dev->iov_parent));
if (!dev->iov_parent) {
if (!dev->ports_parent) {
ret = -ENOMEM;
goto err_ports;
}
Expand Down

0 comments on commit 7704f43

Please sign in to comment.