commit | bc02ef6d98a601a39f735cbbb67807fb752b5138 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Oct 19 19:05:53 2017 +0200 |
committer | Eduardo Valentin <edubezval@gmail.com> | Tue Oct 31 19:32:16 2017 -0700 |
tree | 58b522ff7234875076a238db165a15276b727dc7 | |
parent | 609f26dcbb340d7d6b30b1951c8b525611a97c20 [diff] |
thermal/drivers/hisi: Convert long to int There is no point to specify the temperature as long variable, the int is enough. Replace all long variables to int, so making the code consistent. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>