memory: tegra: Remove superfluous error messages around platform_get_irq()
authorDmitry Osipenko <digetx@gmail.com>
Wed, 4 Nov 2020 16:49:06 +0000 (19:49 +0300)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 26 Nov 2020 17:50:35 +0000 (18:50 +0100)
commit162641a6e200e935cd39b26737f3ec0b5ea856fb
tree161ffad06dd18bd681261a819546fd83244a506f
parent4e84d0a6e1206fda47395b5d3af1453e013d7b38
memory: 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: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20201104164923.21238-31-digetx@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/memory/tegra/mc.c
drivers/memory/tegra/tegra20-emc.c
drivers/memory/tegra/tegra30-emc.c