commit | 54ed6fd2e03fd38819afa60a5b4cb61874230d34 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon May 27 12:52:51 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 28 11:00:09 2019 -0700 |
tree | 7e2ab33d717862cd6cfa4387d2b6aac1ee6dd1b0 | |
parent | c3cf73c7a2c6f278cf5be380c753c129fa03bb2b [diff] |
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>