All of lore.kernel.org
 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

* Re: [PATCH v3] r8169: remove "PHY reset until link up" log spam
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Francois Romieu @ 2013-08-02 17:47 UTC (permalink / raw)
  To: Peter Wu; +Cc: Sergei Shtylyov, David Miller, netdev, nic_swsd

Peter Wu <lekensteyn@gmail.com> :
> 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>

Acked-by: Francois Romieu <romieu@fr.zoreil.com>

-- 
Ueimor

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

* Re: [PATCH v3] r8169: remove "PHY reset until link up" log spam
  2013-08-02 17:47 ` Francois Romieu
@ 2013-08-02 21:55   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2013-08-02 21:55 UTC (permalink / raw)
  To: romieu; +Cc: lekensteyn, sergei.shtylyov, netdev, nic_swsd

From: Francois Romieu <romieu@fr.zoreil.com>
Date: Fri, 2 Aug 2013 19:47:54 +0200

> Peter Wu <lekensteyn@gmail.com> :
>> 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>
> 
> Acked-by: Francois Romieu <romieu@fr.zoreil.com>

Applied.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.