Hi, 2016-08-15 19:17 GMT+09:00 perr <[email protected]>: > Because chained_irq_enter() has already called chip->irq_mask() and > chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), > so it's not necessary to call chip->irq_*() here. > > Signed-off-by: perr <[email protected]> > > --- > drivers/pinctrl/samsung/pinctrl-exynos.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) >
Indeed, nice finding. Thanks! Acked-by: Tomasz Figa <[email protected]> Best regards, Tomasz

