Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223622
b: refs/heads/master
c: af3e5bd
h: refs/heads/master
v: v3
  • Loading branch information
Hillf Danton authored and David S. Miller committed Dec 16, 2010
1 parent f35d2b4 commit db26aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 82cc4f5cb8be6dede34c32a814ab1470409e1840
refs/heads/master: af3e5bd5f650163c2e12297f572910a1af1b8236
4 changes: 2 additions & 2 deletions trunk/drivers/net/bonding/bonding.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@ static inline struct slave *bond_get_slave_by_dev(struct bonding *bond, struct n

bond_for_each_slave(bond, slave, i) {
if (slave->dev == slave_dev) {
break;
return slave;
}
}

return slave;
return 0;
}

static inline struct bonding *bond_get_bond_by_slave(struct slave *slave)
Expand Down

0 comments on commit db26aa7

Please sign in to comment.