Re: [PATCH net-next] net: dsa: loop: Print when registration is successful

2020-07-08 Thread David Miller
From: Florian Fainelli Date: Tue, 7 Jul 2020 21:45:13 -0700 > We have a number of error conditions that can lead to the driver not > probing successfully, move the print when we are sure > dsa_register_switch() has suceeded. This avoids repeated prints in case > of probe deferral for instance. >

Re: [PATCH net-next] net: dsa: loop: Print when registration is successful

2020-07-08 Thread Vivien Didelot
On Tue, 7 Jul 2020 21:45:13 -0700, Florian Fainelli wrote: > We have a number of error conditions that can lead to the driver not > probing successfully, move the print when we are sure > dsa_register_switch() has suceeded. This avoids repeated prints in case > of probe deferral for instance. >

Re: [PATCH net-next] net: dsa: loop: Print when registration is successful

2020-07-08 Thread Andrew Lunn
On Tue, Jul 07, 2020 at 09:45:13PM -0700, Florian Fainelli wrote: > We have a number of error conditions that can lead to the driver not > probing successfully, move the print when we are sure > dsa_register_switch() has suceeded. This avoids repeated prints in case > of probe deferral for instance

[PATCH net-next] net: dsa: loop: Print when registration is successful

2020-07-07 Thread Florian Fainelli
We have a number of error conditions that can lead to the driver not probing successfully, move the print when we are sure dsa_register_switch() has suceeded. This avoids repeated prints in case of probe deferral for instance. Signed-off-by: Florian Fainelli --- drivers/net/dsa/dsa_loop.c | 11 +