commit | a0722d05a19542616a42b6239165d7ac9c542057 | [log] [tgz] |
---|---|---|
author | Brian Masney <masneyb@onstation.org> | Sat Mar 03 20:49:35 2018 -0500 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Mar 10 14:39:00 2018 +0000 |
tree | f777af8b4f7e40ab393d6040ef5ea1a64a8afab3 | |
parent | f5d9bca666078871f27eef6b18e507498840eb70 [diff] |
staging: iio: tsl2x7x: convert mutex_trylock() to mutex_lock() The driver uses mutex_lock() and mutex_trylock() in several places. Convert the mutex_trylock() to mutex_lock() for consistency with other IIO light drivers in mainline. Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>