Re: [PATCH] irqchip/ls-scfg-msi: update effective affinity mask

2018-06-26 Thread Laurentiu Tudor
Hi Marc, On 26.06.2018 17:56, Marc Zyngier wrote: > On Tue, 26 Jun 2018 15:37:12 +0100, > Laurentiu Tudor wrote: >> >> Update the effective affinity mask to fix this warning issued by the >> generic irq handling code: >> >> "genirq: irq_chip MSI did not update eff. affinity mask of irq x" >> >> S

Re: [PATCH] irqchip/ls-scfg-msi: update effective affinity mask

2018-06-26 Thread Marc Zyngier
On Tue, 26 Jun 2018 15:37:12 +0100, Laurentiu Tudor wrote: > > Update the effective affinity mask to fix this warning issued by the > generic irq handling code: > > "genirq: irq_chip MSI did not update eff. affinity mask of irq x" > > Signed-off-by: Laurentiu Tudor > --- > drivers/irqchip/irq

[PATCH] irqchip/ls-scfg-msi: update effective affinity mask

2018-06-26 Thread Laurentiu Tudor
Update the effective affinity mask to fix this warning issued by the generic irq handling code: "genirq: irq_chip MSI did not update eff. affinity mask of irq x" Signed-off-by: Laurentiu Tudor --- drivers/irqchip/irq-ls-scfg-msi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqc