Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377421
b: refs/heads/master
c: db4e9b2
h: refs/heads/master
i:
  377419: bf54535
v: v3
  • Loading branch information
Nikolay Aleksandrov authored and David S. Miller committed Jun 24, 2013
1 parent 58f083b commit 2e8ae57
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f9bd2d7f6d18d96fa31a657f35290741117c0dd3
refs/heads/master: db4e9b2b98bac7adc7657ef94bb6d1a419a35571
3 changes: 2 additions & 1 deletion trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2413,7 +2413,8 @@ static void bond_miimon_commit(struct bonding *bond)

pr_info("%s: link status definitely up for interface %s, %u Mbps %s duplex.\n",
bond->dev->name, slave->dev->name,
slave->speed, slave->duplex ? "full" : "half");
slave->speed == SPEED_UNKNOWN ? 0 : slave->speed,
slave->duplex ? "full" : "half");

/* notify ad that the link status has changed */
if (bond->params.mode == BOND_MODE_8023AD)
Expand Down

0 comments on commit 2e8ae57

Please sign in to comment.