Re: [PATCH v5 3/4] staging: iio: resolver: ad2s1210: simplify code with guard(mutex)

From: Jonathan Cameron
Date: Thu Oct 12 2023 - 04:01:13 EST


On Tue, 10 Oct 2023 16:12:35 -0500
David Lechner <dlechner@xxxxxxxxxxxx> wrote:

> We can simplify the code and get rid of most of the gotos by using
> guard(mutex) from cleanup.h.
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
Applied.