[PATCH v5 2/9] drivers: irqchip: Add STM32 external interrupts support
From: Thomas Gleixner <hidden>
Date: 2016-09-20 09:53:58
Also in:
linux-devicetree, linux-gpio, lkml
From: Thomas Gleixner <hidden>
Date: 2016-09-20 09:53:58
Also in:
linux-devicetree, linux-gpio, lkml
On Tue, 20 Sep 2016, Alexandre Torgue wrote:
quoted
On 09/14/2016 03:34 PM, Thomas Gleixner wrote:quoted
Well, you just used some function in some context which is not relevant to the normal operation. So adding that mask() is just paranoia for no value.A gentle reminder ping... If ".free" callback is not relevant then I 'll remove it from exti domain.
I was not talking about the .free callback in general. I was talking about the masking. But yes, if the thing is otherwise a NOOP, then you can spare it completely. Thanks, tglx