X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fthermal%2Fkirkwood_thermal.c;fp=kernel%2Fdrivers%2Fthermal%2Fkirkwood_thermal.c;h=892236621767d851e53b9710d47541bc3445e825;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=11041fe63dc2b2ee17505561eebffea50c6331f9;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/drivers/thermal/kirkwood_thermal.c b/kernel/drivers/thermal/kirkwood_thermal.c index 11041fe63..892236621 100644 --- a/kernel/drivers/thermal/kirkwood_thermal.c +++ b/kernel/drivers/thermal/kirkwood_thermal.c @@ -33,7 +33,7 @@ struct kirkwood_thermal_priv { }; static int kirkwood_get_temp(struct thermal_zone_device *thermal, - unsigned long *temp) + int *temp) { unsigned long reg; struct kirkwood_thermal_priv *priv = thermal->devdata;