Re: [PATCH net-next] net: dsa: Improve subordinate PHY error message

2020-06-30 Thread David Miller
From: Florian Fainelli Date: Mon, 29 Jun 2020 21:43:13 -0700 > It is not very informative to know the DSA master device when a > subordinate network device fails to get its PHY setup. Provide the > device name and capitalize PHY while we are it. > > Signed-off-by: Florian Fainelli Applied, tha

Re: [PATCH net-next] net: dsa: Improve subordinate PHY error message

2020-06-30 Thread Andrew Lunn
On Mon, Jun 29, 2020 at 09:43:13PM -0700, Florian Fainelli wrote: > It is not very informative to know the DSA master device when a > subordinate network device fails to get its PHY setup. Provide the > device name and capitalize PHY while we are it. > > Signed-off-by: Florian Fainelli Reviewed-

[PATCH net-next] net: dsa: Improve subordinate PHY error message

2020-06-29 Thread Florian Fainelli
It is not very informative to know the DSA master device when a subordinate network device fails to get its PHY setup. Provide the device name and capitalize PHY while we are it. Signed-off-by: Florian Fainelli --- net/dsa/slave.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --g