]> asedeno.scripts.mit.edu Git - linux.git/commit
soc/tegra: fuse: Do not log error message on deferred probe
authorThierry Reding <treding@nvidia.com>
Tue, 4 Jun 2019 15:38:38 +0000 (17:38 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 5 Jun 2019 07:54:13 +0000 (09:54 +0200)
commitf0b2835f05c3ff05816b5717b9a920d82954938a
treed39158d9c99c79caecfb3b786fa2d16c68665d7e
parent34abf69732c7c3a79ae286da0c14a716ec45720d
soc/tegra: fuse: Do not log error message on deferred probe

Recent changes have made it much more probable that clocks are not
available yet when the FUSE 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>
drivers/soc/tegra/fuse/fuse-tegra.c