commit | 61992d993beb5af8c64c617ec474439079aa726d | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Wed Jan 09 14:01:00 2013 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Sat Jan 26 10:29:59 2013 +0000 |
tree | 6c9fde98fce75d9e93c62fa84f10dbd658ae8d5e | |
parent | 3c80372dae17cb1a5a493c9ed02f7ca2a8d9ce53 [diff] |
staging:iio:adis16080: Remove unnecessary lock All sections in which the transfer buffer is accessed are already protected by the IIO device's mlock. So we do not need the extra mutex protecting the buffer. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>