X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fthermal%2Fspear_thermal.c;h=534dd913666283fa13eecfaeb8823ea3d55ac0c8;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=bddb71744a6c4d9dbca8cea5e6eb4121f41b7798;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/kernel/drivers/thermal/spear_thermal.c b/kernel/drivers/thermal/spear_thermal.c index bddb71744..534dd9136 100644 --- a/kernel/drivers/thermal/spear_thermal.c +++ b/kernel/drivers/thermal/spear_thermal.c @@ -38,7 +38,7 @@ struct spear_thermal_dev { }; static inline int thermal_get_temp(struct thermal_zone_device *thermal, - unsigned long *temp) + int *temp) { struct spear_thermal_dev *stdev = thermal->devdata;