commit | 3c80372dae17cb1a5a493c9ed02f7ca2a8d9ce53 | [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:28:28 2013 +0000 |
tree | 58f15af3938c9c9c9c375e7538f145f2368e0ab5 | |
parent | 9ab82f071125e340a052570df90813b11574f8d4 [diff] |
staging:iio:adis16080: be16 cleanups The sample buffer contains big endian 16bit words. So use the be16 datatype for the buffer and use the proper helper functions for endianness conversion instead of openconding it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>