Re: [PATCH 3/4] iio: magnetometer: rm3100: Use guard(mutex)() in rm3100_set_samp_freq()
From: Maxwell Doose
Date: Tue Apr 28 2026 - 07:38:09 EST
On Tue, Apr 28, 2026 at 3:28 AM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxx> wrote:
>
> ...
>
> > - mutex_lock(&data->lock);
> > + guard(mutex)(&data->lock);
>
> + Blank line now.
>
Sounds good, I'll get that done while I'm fixing up some of the other patches.
best regards,
maxwell