Re: [PATCH] gpiolib: clear irq handler and data in one go

2017-10-19 Thread Linus Walleij
On Wed, Oct 18, 2017 at 6:32 PM, Martin Kaiser wrote: > Replace the two separate calls for clearing the irqchip's chained handler > and its data with a single irq_set_chained_handler_and_data() call. > > Signed-off-by: Martin Kaiser Patch applied. Yours, Linus Walleij

[PATCH] gpiolib: clear irq handler and data in one go

2017-10-18 Thread Martin Kaiser
Replace the two separate calls for clearing the irqchip's chained handler and its data with a single irq_set_chained_handler_and_data() call. Signed-off-by: Martin Kaiser --- drivers/gpio/gpiolib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpiolib.c b/d