Skip to content

Commit

Permalink
r8169: remove "PHY reset until link up" log spam
Browse files Browse the repository at this point in the history
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Lekensteyn authored and David S. Miller committed Aug 2, 2013
1 parent 7069f98 commit 9bb8eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9bb8eeb

Please sign in to comment.