Re: [PATCH 3/4] iio: proximity: vncl3020: remove mutex from vcnl3020_data
From: Andy Shevchenko <hidden>
Date: 2021-05-01 18:53:40
Also in:
linux-hwmon, lkml
From: Andy Shevchenko <hidden>
Date: 2021-05-01 18:53:40
Also in:
linux-hwmon, lkml
On Fri, Apr 30, 2021 at 6:16 PM Ivan Mikhaylov [off-list ref] 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