]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
memory: tegra20-emc: Drop redundant platform_get_irq() error printk
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 4 Jan 2025 14:14:30 +0000 (15:14 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 3 Feb 2025 11:52:07 +0000 (12:52 +0100)
commit2f76a890fd2c636c640af1387b333aeb0cf69c75
tree14e99ebf9da64fcdcfe54607521c6eb995a90a89
parent2014c95afecee3e76ca4a56956a936e23283f05b
memory: tegra20-emc: Drop redundant platform_get_irq() error printk

platform_get_irq() already prints error message, so duplicating it is
redundant.  The message about "need of updating DT" makes no sense,
because this code was there since beginning.

Link: https://lore.kernel.org/r/20250104141430.115031-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/tegra/tegra20-emc.c