Re: [PATCH -next] irqchip/ti-sci-intr: Fix unsigned comparison to zero

2020-09-13 Thread Marc Zyngier
On Wed, 26 Aug 2020 11:53:21 +0800, YueHaibing wrote: > ti_sci_intr_xlate_irq() return -ENOENT on fail, p_hwirq > should be int type. Applied to irq/irqchip-fixes-5.9, thanks! [1/1] irqchip/ti-sci-intr: Fix unsigned comparison to zero commit: 8ddf1905a904ca86d71ca1c435e4b0b2a0b70df8

Re: [PATCH -next] irqchip/ti-sci-intr: Fix unsigned comparison to zero

2020-08-25 Thread Lokesh Vutla
On 26/08/20 9:23 am, YueHaibing wrote: > ti_sci_intr_xlate_irq() return -ENOENT on fail, p_hwirq > should be int type. > > Fixes: a5b659bd4bc7 ("irqchip/ti-sci-intr: Add support for INTR being a > parent to INTR") > Signed-off-by: YueHaibing Thanks for the patch. Acked-by: Lokesh Vutla

[PATCH -next] irqchip/ti-sci-intr: Fix unsigned comparison to zero

2020-08-25 Thread YueHaibing
ti_sci_intr_xlate_irq() return -ENOENT on fail, p_hwirq should be int type. Fixes: a5b659bd4bc7 ("irqchip/ti-sci-intr: Add support for INTR being a parent to INTR") Signed-off-by: YueHaibing --- drivers/irqchip/irq-ti-sci-intr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff