flowtop-libs = -lGeoIP \ -lurcu \ -lnetfilter_conntrack \ $(shell pkg-config --libs ncurses) \ -lpthread \ -lz flowtop-objs = xmalloc.o \ xio.o \ xutils.o \ oui.o \ str.o \ hash.o \ dissector_eth.o \ dissector_80211.o \ dissector.o \ proto_none.o \ tprintf.o \ geoip.o \ flowtop.o it/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Ni <wni@nvidia.com>2016-03-03 17:33:46 +0800
committerEduardo Valentin <edubezval@gmail.com>2016-04-20 20:31:14 -0700
commit1d0fd42fa31d18ba0a3e0dd008c9e93e1cebe451 (patch)
tree8f18189a7e6a3b178718d1e9459b9c893cdadbca
parent62e14f6fd383f756ff3fe5f6fb7aa5b546bb47e3 (diff)
thermal: consistently use int for trip temp
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 temperature with trip temperature. This patch can fix it. Signed-off-by: Wei Ni <wni@nvidia.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>