Re: [PATCH] sc16is7xx: Drop bogus use of IRQF_ONESHOT
From: Jakub Kicinski
Date: Wed Oct 12 2016 - 21:16:35 EST
On Mon, 3 Oct 2016 10:14:32 -0500, Julia Cartwright wrote:
> The use of IRQF_ONESHOT when registering an interrupt handler with
> request_irq() is non-sensical.
> ...
Disabling the irq when kthread is pending as mentioned here:
http://www.spinics.net/lists/linux-rt-users/msg14673.html
could be beneficial but this is definitely a step in the right
direction!
Acked-by: Jakub Kicinski <kubakici@xxxxx>
Thanks a lot Julia!