netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] r8169: remove "PHY reset until link up" log spam
@ 2013-08-02  8:36 Peter Wu
  2013-08-02 17:47 ` Francois Romieu
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Wu @ 2013-08-02  8:36 UTC (permalink / raw)
  To: Francois Romieu
  Cc: Sergei Shtylyov, David Miller, netdev, nic_swsd, lekensteyn

This message was added in commit a7154cb8 (June 2004, [PATCH] r8169:
link handling and phy reset rework) and is printed every ten seconds
when no cable is connected and runtime power management is disabled.
(Before that commit, "Reset RTL8169s PHY" would be printed instead.)

Signed-off-by: Peter Wu <lekensteyn@gmail.com>
---
 drivers/net/ethernet/realtek/r8169.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 880015c..b5eb419 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -3689,7 +3689,7 @@ static void rtl_phy_work(struct rtl8169_private *tp)
 	if (tp->link_ok(ioaddr))
 		return;
 
-	netif_warn(tp, link, tp->dev, "PHY reset until link up\n");
+	netif_dbg(tp, link, tp->dev, "PHY reset until link up\n");
 
 	tp->phy_reset_enable(tp);
 
-- 
1.8.3.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-02 21:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-02  8:36 [PATCH v3] r8169: remove "PHY reset until link up" log spam Peter Wu
2013-08-02 17:47 ` Francois Romieu
2013-08-02 21:55   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).