PCI: tegra: Print -EPROBE_DEFER error message at debug level
authorThierry Reding <treding@nvidia.com>
Thu, 19 Mar 2020 13:12:30 +0000 (14:12 +0100)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 2 Apr 2020 16:57:10 +0000 (17:57 +0100)
commit54455238be89f9d00d437e7d4f6b7442addb95b0
tree1c35de1f39692977f875fa338fb3dd2f6fe61831
parentc2be14ab32d88be92f275a57d2ea9b4e231ac769
PCI: 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>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Vidya Sagar <vidyas@nvidia.com>
Tested-by: Vidya Sagar <vidyas@nvidia.com>
drivers/pci/controller/dwc/pcie-tegra194.c