Re: [PATCH 1/3] irqchip/ti-sci-inta: Remove dead code in ti_sci_inta_set_type()

2020-06-27 Thread Marc Zyngier
On Sat, 6 Jun 2020 17:50:15 +0800, Tiezhu Yang wrote: > In the function ti_sci_inta_set_type(), the statement "return -EINVAL;" > out of switch case is dead code, remove it. Applied to irq/irqchip-5.9: [1/3] irqchip/ti-sci-inta: Remove dead code in ti_sci_inta_set_type() commit:

Re: [PATCH 1/3] irqchip/ti-sci-inta: Remove dead code in ti_sci_inta_set_type()

2020-06-26 Thread Grygorii Strashko
On 06/06/2020 12:50, Tiezhu Yang wrote: In the function ti_sci_inta_set_type(), the statement "return -EINVAL;" out of switch case is dead code, remove it. Fixes: 9f1463b86c13 ("irqchip/ti-sci-inta: Add support for Interrupt Aggregator driver") Right? Signed-off-by: Tiezhu Yang ---

[PATCH 1/3] irqchip/ti-sci-inta: Remove dead code in ti_sci_inta_set_type()

2020-06-06 Thread Tiezhu Yang
In the function ti_sci_inta_set_type(), the statement "return -EINVAL;" out of switch case is dead code, remove it. Signed-off-by: Tiezhu Yang --- drivers/irqchip/irq-ti-sci-inta.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/irqchip/irq-ti-sci-inta.c