[PATCH net-next 2/5] net: gemini: Improve connection prints

2018-06-30 Thread Linus Walleij
Instead of just specify that a PHY is connected at some speed, also specify which one. This is helpful with several PHYs on the system. Signed-off-by: Linus Walleij --- drivers/net/ethernet/cortina/gemini.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers

Re: [PATCH net-next 2/5] net: gemini: Improve connection prints

2018-07-01 Thread Andrew Lunn
On Sat, Jun 30, 2018 at 06:18:03PM +0200, Linus Walleij wrote: > Instead of just specify that a PHY is connected at some > speed, also specify which one. This is helpful with several > PHYs on the system. Hi Linus Could you just use phy_print_status() Andrew