diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-01-23 00:34:02 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-26 22:06:42 +0100 |
commit | 19e353f2b344ad86cea6ebbc0002e5f903480a90 (patch) | |
tree | a5a64f51ade752a2779877140bbb11c8ca8c51e3 /drivers/clocksource/moxart_timer.c | |
parent | staging: iio: ad2s1200: Fix sign extension (diff) | |
download | linux-19e353f2b344ad86cea6ebbc0002e5f903480a90.tar.xz linux-19e353f2b344ad86cea6ebbc0002e5f903480a90.zip |
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 'drivers/clocksource/moxart_timer.c')
0 files changed, 0 insertions, 0 deletions