[PATCH] pinctrl: exynos: remove duplicate calls in irq handler
Tomasz Figa
tomasz.figa at gmail.com
Mon Aug 15 04:34:51 PDT 2016
Hi,
2016-08-15 19:17 GMT+09:00 perr <strongbox8 at zoho.com>:
> 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 <strongbox8 at zoho.com>
>
> ---
> drivers/pinctrl/samsung/pinctrl-exynos.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
Indeed, nice finding. Thanks!
Acked-by: Tomasz Figa <tomasz.figa at gmail.com>
Best regards,
Tomasz
More information about the linux-arm-kernel
mailing list