X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fthermal%2Ffair_share.c;h=34fe36504a552cdaf112a6982483655f25dc2238;hb=fa9a67ef9de48de5474ea1e5a358340369e78b74;hp=c2c10bbe24d62c7cef116cf3c1ac2a9e5f738905;hpb=8a7b8ff41ddc811f3e06d0bf6892bc3e2b1764b7;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/thermal/fair_share.c b/drivers/thermal/fair_share.c index c2c10bbe24d6..34fe36504a55 100644 --- a/drivers/thermal/fair_share.c +++ b/drivers/thermal/fair_share.c @@ -34,7 +34,7 @@ static int get_trip_level(struct thermal_zone_device *tz) { int count = 0; - unsigned long trip_temp; + int trip_temp; enum thermal_trip_type trip_type; if (tz->trips == 0 || !tz->ops->get_trip_temp)