]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: Do not output error on deferred probe
authorThierry Reding <treding@nvidia.com>
Mon, 27 May 2019 10:52:51 +0000 (12:52 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 May 2019 18:00:09 +0000 (11:00 -0700)
commit487bb6ec30f801e7597fd88508b8adf61701e234
tree7e2ab33d717862cd6cfa4387d2b6aac1ee6dd1b0
parent7e194799fd12d4d59b83c5754a3e16bf2df1987f
net: stmmac: Do not output error on deferred probe

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: Thierry Reding <treding@nvidia.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c