Hi Marc, On Mon, Sep 19, 2016 at 10:49 AM, Marc Zyngier <[email protected]> wrote: > There is no point in trying to configure the trigger of a chained > interrupt if no trigger information has been configured. At best > this is ignored, and at the worse this confuses the underlying > irqchip (which is likely not to handle such a thing), and > unnecessarily alarms the user. > > Only apply the configuration if type is not IRQ_TYPE_NONE.
Thanks! > Reported-by: Geert Uytterhoeven <[email protected]> > Fixes: 1e12c4a9393b ("genirq: Correctly configure the trigger on chained > interrupts") > Link: > https://lkml.kernel.org/r/CAMuHMdVW1eTn20=etycj8hkvwohasuh_yqxry2mgbevz8fp...@mail.gmail.com > Signed-off-by: Marc Zyngier <[email protected]> Tested-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

