Re: [PATCH net-next] net: phy: improve logging in phylib

2019-01-16 Thread David Miller
From: Heiner Kallweit Date: Tue, 15 Jan 2019 21:50:25 +0100 > Some time ago phydev_info() and friends have been added. They allow to > improve and simplify logging. > > Signed-off-by: Heiner Kallweit Applied.

Re: [PATCH net-next] net: phy: improve logging in phylib

2019-01-15 Thread Florian Fainelli
On 1/15/19 12:50 PM, Heiner Kallweit wrote: > Some time ago phydev_info() and friends have been added. They allow to > improve and simplify logging. > > Signed-off-by: Heiner Kallweit Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net-next] net: phy: improve logging in phylib

2019-01-15 Thread Andrew Lunn
On Tue, Jan 15, 2019 at 09:50:25PM +0100, Heiner Kallweit wrote: > Some time ago phydev_info() and friends have been added. They allow to > improve and simplify logging. > > Signed-off-by: Heiner Kallweit Reviewed-by: Andrew Lunn Andrew

[PATCH net-next] net: phy: improve logging in phylib

2019-01-15 Thread Heiner Kallweit
Some time ago phydev_info() and friends have been added. They allow to improve and simplify logging. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy.c| 5 + drivers/net/phy/phy_device.c | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/net/phy/ph