phy: tegra: xusb: Don't warn on probe defer
authorJon Hunter <jonathanh@nvidia.com>
Mon, 24 Feb 2020 14:36:41 +0000 (14:36 +0000)
committerThierry Reding <treding@nvidia.com>
Thu, 19 Mar 2020 12:59:47 +0000 (13:59 +0100)
commitce8dc9366360f1b59f2142c8b1dde3f9ee05bb5f
treeb2a63954867eb260c10f84640b948f9469bdc39c
parent1ef535c6ba8ebcad1ced47a9d382b162c34fba3a
phy: tegra: xusb: Don't warn on probe defer

Deferred probe is an expected return value for tegra_fuse_readl().
Given that the driver deals with it properly, there's no need to
output a warning that may potentially confuse users.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/phy/tegra/xusb-tegra186.c