drm/tegra: Remove superfluous error messages around platform_get_irq()
authorTan Zhongjun <tanzhongjun@yulong.com>
Thu, 10 Jun 2021 06:39:55 +0000 (14:39 +0800)
committerThierry Reding <treding@nvidia.com>
Fri, 11 Jun 2021 16:48:33 +0000 (18:48 +0200)
commitd12919bb5da571ec50588ef97683d37e36dc2de5
tree71a94058920704bef16cf4247bf4fe8c3e886590
parentecc583e22d4689e38a528a8bf841ba1ce58edd7b
drm/tegra: Remove superfluous error messages around platform_get_irq()

The platform_get_irq() prints error message telling that interrupt is
missing,hence there is no need to duplicated that message in the
drivers.

Signed-off-by: Tan Zhongjun <tanzhongjun@yulong.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dpaux.c