Re: [PATCH v4 3/3] iio: magnetometer: add Allegro MicroSystems ALS31300 3-D Linear Hall Effect driver
From: Andy Shevchenko
Date: Wed Oct 30 2024 - 12:27:13 EST
On Wed, Oct 30, 2024 at 5:30 PM Neil Armstrong
<neil.armstrong@xxxxxxxxxx> wrote:
...
> + ret = devm_mutex_init(dev, &data->mutex);
> + if (ret)
> + return ret;
Thanks!
FWIW, I'm about to send the last three patches to fix them all.
Currently sent to IIO, GPIO subsystems.
--
With Best Regards,
Andy Shevchenko