commit | 8fb2b9ac2aadd6d87f89071c2c85f8c12b41c943 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Aug 21 11:49:09 2015 +0300 |
committer | Eduardo Valentin <edubezval@gmail.com> | Fri Oct 30 11:35:50 2015 -0700 |
tree | b5baa7bba0813f7643b3e21e8ad6f5b16f9283fd | |
parent | b56100db5b057fef889a73cb66c24633696d188b [diff] |
thermal: underflow bug in imx_set_trip_temp() We recently changed this from unsigned long to int so it introduced an underflow bug. Fixes: 17e8351a7739 ('thermal: consistently use int for temperatures') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>