Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265332
b: refs/heads/master
c: 96b0acc
h: refs/heads/master
v: v3
  • Loading branch information
Michal Schmidt authored and David S. Miller committed Aug 19, 2011
1 parent 004ef54 commit 28d4c43
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: 3b3bceef26f8273b1f51c503e9485a35b8326417
refs/heads/master: 96b0accb8867627250e911f8929e6c01da1ffd40
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
Original file line number Diff line number Diff line change
Expand Up @@ -1481,8 +1481,8 @@ static inline u16 bnx2x_extract_max_cfg(struct bnx2x *bp, u32 mf_cfg)
u16 max_cfg = (mf_cfg & FUNC_MF_CFG_MAX_BW_MASK) >>
FUNC_MF_CFG_MAX_BW_SHIFT;
if (!max_cfg) {
BNX2X_ERR("Illegal configuration detected for Max BW - "
"using 100 instead\n");
DP(NETIF_MSG_LINK,
"Max BW configured to 0 - using 100 instead\n");
max_cfg = 100;
}
return max_cfg;
Expand Down

0 comments on commit 28d4c43

Please sign in to comment.