Re: [PATCH] iio: pressure: abp2030pa: Replace IRQF_ONESHOT with IRQF_NO_THREAD
From: Felix Gu
Date: Fri Feb 27 2026 - 07:50:02 EST
On Fri, Feb 27, 2026 at 4:04 AM Petre Rodan <petre.rodan@xxxxxxxxxxxxxxx> wrote:
>
>
> hello,
>
> based on previous feedback [1] IRQF_ONESHOT should be replaced with 0.
>
> [1] https://lore.kernel.org/linux-iio/20260114121448.00000249@xxxxxxxxxx/
>
> best regards,
> peter
Hi Peter,
I checked the handler implementation, IRQF_NO_THREAD is not necessary here.
I will update it in V2.
Best regards,
Felix