]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/thermal/imx_thermal.c
ddr: altera: sequencer: Zap bogus redefinition of RW_MGR_MEM_NUMBER_OF_RANKS
[karo-tx-uboot.git] / drivers / thermal / imx_thermal.c
index 42ca8d0b6b3de9ac51d7f33689c91a283857e844..3c6c9679f97a89b30a30caf8b8bafb9238a41213 100644 (file)
@@ -115,7 +115,7 @@ static int read_cpu_temperature(struct udevice *dev)
        writel(TEMPSENSE0_FINISHED, &anatop->tempsense0_clr);
 
        /* milli_Tmeas = c2 - Nmeas * c1 */
-       temperature = (c2 - n_meas * c1)/1000;
+       temperature = (long)(c2 - n_meas * c1)/1000;
 
        /* power down anatop thermal sensor */
        writel(TEMPSENSE0_POWER_DOWN, &anatop->tempsense0_set);