Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233843
b: refs/heads/master
c: 633ac36
h: refs/heads/master
i:
  233841: 1d44f8e
  233839: 0dc979e
v: v3
  • Loading branch information
Dmitry Kravkov authored and David S. Miller committed Feb 28, 2011
1 parent 8c94bee commit 7a02a97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: d4215ef71f4ec21c236a1f255f1808af2cfa6aa0
refs/heads/master: 633ac3637a1ff84eb85d5659380a41d96c4fdbae
10 changes: 5 additions & 5 deletions trunk/drivers/net/bnx2x/bnx2x_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1932,11 +1932,11 @@ static void bnx2x_self_test(struct net_device *dev,
buf[4] = 1;
etest->flags |= ETH_TEST_FL_FAILED;
}
if (bp->port.pmf)
if (bnx2x_link_test(bp, is_serdes) != 0) {
buf[5] = 1;
etest->flags |= ETH_TEST_FL_FAILED;
}

if (bnx2x_link_test(bp, is_serdes) != 0) {
buf[5] = 1;
etest->flags |= ETH_TEST_FL_FAILED;
}

#ifdef BNX2X_EXTRA_DEBUG
bnx2x_panic_dump(bp);
Expand Down

0 comments on commit 7a02a97

Please sign in to comment.