]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: gyro: mpu3050: Fix reported temperature value
authorDmitry Osipenko <digetx@gmail.com>
Fri, 23 Apr 2021 02:09:59 +0000 (05:09 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 24 Apr 2021 10:45:38 +0000 (11:45 +0100)
commit2d84ea101372ac93db458c38f80a8644b6a17f99
tree3fbd494bfa7cdca0848404ad17c58cc6ef3f0863
parent07581af31098279e83e4f705a943e732d05d584d
iio: gyro: mpu3050: Fix reported temperature value

The raw temperature value is a 16-bit signed integer. The sign casting
is missing in the code, which results in a wrong temperature reported
by userspace tools, fix it.

Cc: stable@vger.kernel.org
Fixes: 3904b28efb2c ("iio: gyro: Add driver for the MPU-3050 gyroscope")
Datasheet: https://www.cdiweb.com/datasheets/invensense/mpu-3000a.pdf
Tested-by: Maxim Schwalm <maxim.schwalm@gmail.com> # Asus TF700T
Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # Asus TF201
Reported-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Andy Shevchenko <Andy.Shevchenko@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Link: https://lore.kernel.org/r/20210423020959.5023-1-digetx@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/gyro/mpu3050-core.c