Skip to content

Commit

Permalink
bnx2x: decrease print level to debug
Browse files Browse the repository at this point in the history
It may happen every link toggle.

Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dmitry Kravkov authored and David S. Miller committed Sep 15, 2011
1 parent dfacf13 commit 5f83736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/bnx2x/bnx2x_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,8 @@ static int bnx2x_hw_stats_update(struct bnx2x *bp)
break;

case MAC_TYPE_NONE: /* unreached */
BNX2X_ERR("stats updated by DMAE but no MAC active\n");
DP(BNX2X_MSG_STATS,
"stats updated by DMAE but no MAC active\n");
return -1;

default: /* unreached */
Expand Down

0 comments on commit 5f83736

Please sign in to comment.