Re: [PATCH 3/4] iio: proximity: vncl3020: remove mutex from vcnl3020_data

From: Andy Shevchenko
Date: Sat May 01 2021 - 14:53:41 EST


On Fri, Apr 30, 2021 at 6:16 PM Ivan Mikhaylov <i.mikhaylov@xxxxxxxxx> wrote:
>
> Remove the mutex from vcnl3020_data structure and change it on
> iio_device_claim_direct_mode/iio_device_release_direct_mode.

iio_device_claim_direct_mode()/iio_device_release_direct_mode().

I'm wondering if it should be the first patch in the series.

...

> +end:

out_release_direct_mode:

> + iio_device_release_direct_mode(indio_dev);
> + return rc;

--
With Best Regards,
Andy Shevchenko