Re: [PATCH] iio: adc: ti-ads1119: Replace IRQF_ONESHOT with IRQF_NO_THREAD
From: Felix Gu
Date: Mon Mar 02 2026 - 11:55:02 EST
On Tue, Mar 3, 2026 at 12:43 AM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxx> wrote:
>
> On Mon, Mar 02, 2026 at 06:42:11PM +0200, Andy Shevchenko wrote:
> > On Tue, Mar 03, 2026 at 12:00:04AM +0800, Felix Gu wrote:
>
> ...
>
> > > if (ret)
> > > return dev_err_probe(dev, ret,
> > > "Failed to allocate irq\n");
> >
> > Also consider dropping this duplicate message as the callee does it already.
>
> (In a separate patch, obviously.)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>
Hi Andy,
I will draft a patch for it.
Best regards,
Felix