Re: [PATCH v2 0/4] Multiple bug fixes
From: Andy Shevchenko
Date: Tue Feb 24 2026 - 05:09:05 EST
On Mon, Feb 23, 2026 at 08:35:07PM -0600, Ethan Tidmore wrote:
> This series fixes 4 bugs:
> - Patch 1: Fix free_irq() being called with wrong handler.
> - Patch 2: Added missing free_irq() in an error path.
> - Patch 3: Moved iio_device_register() to end of probe function, in
> doing so had to implement correct error cleanups and place
> iio_device_unregister in beginning of remove callback.
> - Patch 4: free_irq() is after called iio_triggered_buffer_cleanup()
> which breaks LIFO, place it before it.
All good, except one stray change and some work needed in the commit messages.
> I plan on doing a proper devm_ conversion of this driver, but went ahead
> and did these fixes so they could be backported.
This would be nice!
--
With Best Regards,
Andy Shevchenko