thermal/drivers/hisi: Convert long to int
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 19 Oct 2017 17:05:53 +0000 (19:05 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 1 Nov 2017 02:32:16 +0000 (19:32 -0700)
commitbc02ef6d98a601a39f735cbbb67807fb752b5138
tree58b522ff7234875076a238db165a15276b727dc7
parent609f26dcbb340d7d6b30b1951c8b525611a97c20
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>
drivers/thermal/hisi_thermal.c