projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfacf13
)
bnx2x: decrease print level to debug
author
Dmitry Kravkov
<dmitry@broadcom.com>
Tue, 30 Aug 2011 00:08:40 +0000
(
00:08
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 15 Sep 2011 18:49:29 +0000
(14:49 -0400)
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>
drivers/net/bnx2x/bnx2x_stats.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/bnx2x/bnx2x_stats.c
b/drivers/net/bnx2x/bnx2x_stats.c
index 771f6803b23856f7ffe928a4d23545d6ac4be896..f5d9b4213cadfc3a5d3c0d2fa18eb6ff9246e52f 100644
(file)
--- a/
drivers/net/bnx2x/bnx2x_stats.c
+++ b/
drivers/net/bnx2x/bnx2x_stats.c
@@
-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 */