commit | 562835644667459c701b08c036fbe72443a3fb71 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Mar 18 23:25:13 2020 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Mar 19 14:00:03 2020 +0100 |
tree | 856ef3705849a1d0a17eb28c546410b43d44e760 | |
parent | ce8dc9366360f1b59f2142c8b1dde3f9ee05bb5f [diff] |
phy: tegra: Print -EPROBE_DEFER error message at debug level Probe deferral is an expected error condition that will usually be recovered from. Print such error messages at debug level to make them available for diagnostic purposes when building with debugging enabled and hide them otherwise to not spam the kernel log with them. Signed-off-by: Thierry Reding <treding@nvidia.com>