Re: [PATCH] irqchip/exiu: Fix the index of fwspec for IRQ type

2020-11-22 Thread Marc Zyngier
On Tue, 17 Nov 2020 11:20:15 +0800, Chen Baozi wrote: > Since fwspec->param_count of ACPI node is two, the index of IRQ type > in fwspec->param[] should be 1 rather than 2. Applied to irq/irqchip-next, thanks! [1/1] irqchip/exiu: Fix the index of fwspec for IRQ type commit: d001e41e1b15716e

Re: [PATCH] irqchip/exiu: Fix the index of fwspec for IRQ type

2020-11-17 Thread Ard Biesheuvel
(+ Marc) On Tue, 17 Nov 2020 at 04:20, Chen Baozi wrote: > > From: Chen Baozi > > Since fwspec->param_count of ACPI node is two, the index of IRQ type > in fwspec->param[] should be 1 rather than 2. > > Signed-off-by: Chen Baozi > --- > drivers/irqchip/irq-sni-exiu.c | 2 +- > 1 file changed,

[PATCH] irqchip/exiu: Fix the index of fwspec for IRQ type

2020-11-16 Thread Chen Baozi
From: Chen Baozi Since fwspec->param_count of ACPI node is two, the index of IRQ type in fwspec->param[] should be 1 rather than 2. Signed-off-by: Chen Baozi --- drivers/irqchip/irq-sni-exiu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/irq-sni-exiu.c b/

[PATCH] irqchip/exiu: Fix the index of fwspec for IRQ type

2020-11-16 Thread Chen Baozi
From: Chen Baozi Since fwspec->param_count of ACPI node is two, the index of IRQ type in fwspec->param[] should be 1 rather than 2. Signed-off-by: Chen Baozi --- drivers/irqchip/irq-sni-exiu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/irq-sni-exiu.c b/