drm/tegra: sor: Don't warn on probe deferral
authorJon Hunter <jonathanh@nvidia.com>
Fri, 6 Nov 2020 09:14:20 +0000 (09:14 +0000)
committerThierry Reding <treding@nvidia.com>
Mon, 9 Nov 2020 13:32:45 +0000 (14:32 +0100)
commitcb7ff314e1d9f3d6c62fa2c392e41174721ed0b3
treef133711c77b7f0c22c625a81eeabe37d0f362fd3
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec
drm/tegra: sor: Don't warn on probe deferral

Deferred probe is an expected return value for tegra_output_probe().
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/sor.c