Re: [PATCH] net: stmmac: Do not output error on deferred probe

2019-05-28 Thread David Miller
From: Thierry Reding Date: Mon, 27 May 2019 12:52:51 +0200 > From: Thierry Reding > > If the subdriver defers probe, do not show an error message. It's > perfectly fine for this error to occur since the driver will get another > chance to probe after some time and will usually succeed after all

Re: [PATCH] net: stmmac: Do not output error on deferred probe

2019-05-28 Thread Andrew Lunn
On Mon, May 27, 2019 at 12:52:51PM +0200, Thierry Reding wrote: > From: Thierry Reding > > If the subdriver defers probe, do not show an error message. It's > perfectly fine for this error to occur since the driver will get another > chance to probe after some time and will usually succeed after

[PATCH] net: stmmac: Do not output error on deferred probe

2019-05-27 Thread Thierry Reding
From: Thierry Reding If the subdriver defers probe, do not show an error message. It's perfectly fine for this error to occur since the driver will get another chance to probe after some time and will usually succeed after all of the resources that it requires have been registered. Signed-off-by