sdhci: tegra: Do not log error message on deferred probe
authorThierry Reding <treding@nvidia.com>
Tue, 4 Jun 2019 15:34:46 +0000 (17:34 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Jun 2019 15:11:09 +0000 (17:11 +0200)
commit00a9584eadf39b12dac7495250dc508c6b106f81
treeb7efd3dca63448ce4d86ba6a4bf1eab0b183e30f
parent5f2f4e0da2b5d4f4a188480c13f40c848a5f7d15
sdhci: tegra: Do not log error message on deferred probe

Recent changes have made it much more likely that clocks are not available,
when the SDHCI driver is first probed. However, that is a situation that
the driver can cope with just fine.

To avoid confusion, don't output an error when this happens.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-tegra.c