Re: [PATCH] thermal: consistently use int for trip temp

2016-03-02 Thread kbuild test robot
Hi Wei, [auto build test WARNING on thermal/next] [also build test WARNING on v4.5-rc6 next-20160302] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Wei-Ni/thermal-consistently-use-int-for-tri

Re: [PATCH] thermal: consistently use int for trip temp

2016-03-02 Thread kbuild test robot
Hi Wei, [auto build test WARNING on thermal/next] [also build test WARNING on v4.5-rc6 next-20160302] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Wei-Ni/thermal-consistently-use-int-for-tri

[PATCH] thermal: consistently use int for trip temp

2016-03-02 Thread Wei Ni
The commit 17e8351a7739 consistently use int for temperature, however it missed a few in trip temperature and thermal_core. In current codes, the trip->temperature used "unsigned long" and zone->temperature used"int", if the temperature is negative value, it will get wrong result when compare temp