aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu-notifier-error-inject.c
diff options
context:
space:
mode:
authorLukasz Majewski <[email protected]>2014-09-24 10:27:10 +0200
committerZhang Rui <[email protected]>2014-10-09 10:44:01 +0800
commit26bb0e9a1a938ec98ee07aa76533f1a711fba706 (patch)
tree0f17deb50d1cbfd45060c1da59d864ac143bdbfd /lib/cpu-notifier-error-inject.c
parent52addcf9d6669fa439387610bc65c92fa0980cef (diff)
thermal: step_wise: fix: Prevent from binary overflow when trend is dropping
It turns out that some boards can have instance->lower greater than 0 and when thermal trend is dropping it results with next_target equal to -1. Since the next_target is defined as unsigned long it is interpreted as 0xFFFFFFFF and larger than instance->upper. As a result the next_target is set to instance->upper which ramps up to maximal cooling device target when the temperature is steadily decreasing. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Zhang Rui <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions