soc: qcom: llcc: make irq truly optional
authorLuca Weiss <luca.weiss@fairphone.com>
Fri, 4 Nov 2022 15:30:41 +0000 (16:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:31:49 +0000 (13:31 +0100)
commite89e8e0648f233e996e19a50e4a49722a7a1357f
treec5bac85d6b50124b0d3726de6503258d2123889b
parent91724983c7fda4544c1e3f63a2e3a3b37c641b4a
soc: qcom: llcc: make irq truly optional

[ Upstream commit c882c899ead3545102a4d71b5fbe73b9e4bc2657 ]

The function platform_get_irq prints an error message into the kernel
log when the irq isn't found.

Since the interrupt is actually optional and not provided by some SoCs,
use platform_get_irq_optional which does not print an error message.

Fixes: c081f3060fab ("soc: qcom: Add support to register LLCC EDAC driver")
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221104153041.412020-1-luca.weiss@fairphone.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/soc/qcom/llcc-qcom.c