mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| adis16080.c | ||
| adis16130.c | ||
| adis16136.c | ||
| adis16260.c | ||
| adxrs290.c | ||
| adxrs450.c | ||
| bmg160.h | ||
| bmg160_core.c | ||
| bmg160_i2c.c | ||
| bmg160_spi.c | ||
| fxas21002c.h | ||
| fxas21002c_core.c | ||
| fxas21002c_i2c.c | ||
| fxas21002c_spi.c | ||
| hid-sensor-gyro-3d.c | ||
| itg3200_buffer.c | ||
| itg3200_core.c | ||
| mpu3050-core.c | ||
| mpu3050-i2c.c | ||
| mpu3050.h | ||
| ssp_gyro_sensor.c | ||
| st_gyro.h | ||
| st_gyro_buffer.c | ||
| st_gyro_core.c | ||
| st_gyro_i2c.c | ||
| st_gyro_spi.c | ||