iio: light: tcs3472: use iio helper function to guarantee direct mode
authorAlison Schofield <amsfield22@gmail.com>
Tue, 7 Jun 2016 05:10:23 +0000 (22:10 -0700)
committerJonathan Cameron <jic23@kernel.org>
Sat, 11 Jun 2016 16:15:36 +0000 (17:15 +0100)
commit95bd363bbc0bc22d9c14945e307fc30484c57166
tree22d57e7492f325ab9844cfa05ee0f785aa4f495b
parentb67869791084662e7428e4598129651c29c93667
iio: light: tcs3472: use iio helper function to guarantee direct mode

Replace the code that guarantees the device stays in direct mode
with iio_device_claim_direct_mode() which does same.  This allows
removal of an unused lock in the device private global data.

Also prevents a previous race condition when a buffer is enabled whilst
a raw read is going on.

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
Acked-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/light/tcs3472.c