Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180197
b: refs/heads/master
c: b473946
h: refs/heads/master
i:
  180195: c5e08f1
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jan 28, 2010
1 parent cc9a730 commit 94a3fb1
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: 3ce1cc52d2e76b6a6b9d0b52b70eb181497efa50
refs/heads/master: b473946a0853860e13b51c28add5524741117786
2 changes: 1 addition & 1 deletion trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3639,7 +3639,7 @@ static int bond_open(struct net_device *bond_dev)
*/
if (bond_alb_initialize(bond, (bond->params.mode == BOND_MODE_ALB))) {
/* something went wrong - fail the open operation */
return -1;
return -ENOMEM;
}

INIT_DELAYED_WORK(&bond->alb_work, bond_alb_monitor);
Expand Down

0 comments on commit 94a3fb1

Please sign in to comment.