Re: [PATCH] iio: resolver: ad2s1210: refactor trigger handler

From: Jonathan Cameron

Date: Fri Jul 03 2026 - 15:08:18 EST


On Sat, 16 May 2026 20:24:08 +0500
Stepan Ionichev <sozdayvek@xxxxxxxxx> wrote:

> On Sat, May 16, 2026, David Lechner wrote:
> > Refactor the trigger handler to avoid use of goto in a guard() scope.
> > Ideally, we should not be mixing goto and automatic cleanup.
> >
> > iio_trigger_notify_done() was not part of the critical section anyway,
> > so is not moved to the new function.
>
> Reviewed-by: Stepan Ionichev <sozdayvek@xxxxxxxxx>

Applied. Thanks,