diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-01-23 02:34:02 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-27 00:06:42 +0300 |
commit | 19e353f2b344ad86cea6ebbc0002e5f903480a90 (patch) | |
tree | a5a64f51ade752a2779877140bbb11c8ca8c51e3 /crypto | |
parent | f7067a5ad717d4dbb4faa3ec56744152f6ba97ad (diff) | |
download | linux-19e353f2b344ad86cea6ebbc0002e5f903480a90.tar.xz |
iio: imu: adis16400: Fix sign extension
The intention is obviously to sign-extend a 12 bit quantity. But
because of C's promotion rules, the assignment is equivalent to "val16
&= 0xfff;". Use the proper API for this.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Stable@vger.kernel.org
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions