Since commit ce753ad1549c ("platform: finally disallow IRQ0 in platform_get_irq() and its ilk"), there is no possible for platform_get_irq() to return 0.
And the return value of platform_get_irq() is more sensible to show the error reason. Ruan Jinjie (2): soc: fsl: qe: Do not check for 0 return after calling platform_get_irq() soc: xilinx: Do not check for 0 return after calling platform_get_irq() drivers/soc/fsl/qe/qe_ic.c | 4 ++-- drivers/soc/xilinx/zynqmp_power.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- 2.34.1