From: lan,Tianyu Date: Mon, 3 Nov 2014 09:53:01 +0000 (-0800) Subject: Thermal/int3403: Fix thermal hysteresis unit conversion X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~133^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225112a56942c74f1e114587719fa2bd0d180b3e;p=pandora-kernel.git Thermal/int3403: Fix thermal hysteresis unit conversion Thermal hysteresis represents a temperature difference. But the original code treats it as a temperature value, Convert it from tenths of degree Kelvin to Milli-Celsius by deducing 273200. This is not right. Kelvin and Celsius have same degree size. From temperature difference view, the conversion between tenths of degree Kelvin unit and Milli-Celsius unit is just to multiply 100. Signed-off-by: Lan Tianyu Acked-by: Srinivas Pandruvada Signed-off-by: Zhang Rui Signed-off-by: Eduardo Valentin --- Reading git-diff-tree failed