Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217731
b: refs/heads/master
c: 7b4c876
h: refs/heads/master
i:
  217729: b07b289
  217727: 22b7726
v: v3
  • Loading branch information
Eli Cohen authored and Roland Dreier committed Oct 13, 2010
1 parent 458d0df commit 4e40e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3f5adaf491490089215f863a61b9422fae902f8
refs/heads/master: 7b4c876961ad6ddcfacd69b25fe7e13ff41fe322
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,8 @@ static void ipoib_add_one(struct ib_device *device)
}

for (p = s; p <= e; ++p) {
if (rdma_port_get_link_layer(device, p) != IB_LINK_LAYER_INFINIBAND)
continue;
dev = ipoib_add_port("ib%d", device, p);
if (!IS_ERR(dev)) {
priv = netdev_priv(dev);
Expand Down

0 comments on commit 4e40e6e

Please sign in to comment.