commit | ae148e51071455519d52051ad8ee5e5776e17966 | [log] [tgz] |
---|---|---|
author | Alison Schofield <amsfield22@gmail.com> | Mon Jun 06 22:08:33 2016 -0700 |
committer | Jonathan Cameron <jic23@kernel.org> | Sat Jun 11 17:16:39 2016 +0100 |
tree | a962094fe421e688b195009d98216fefedd7e1a8 | |
parent | 95bd363bbc0bc22d9c14945e307fc30484c57166 [diff] |
iio: light: isl29125: 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. 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>