From ced2284339580b50b997807d02ccee19692b72b3 Mon Sep 17 00:00:00 2001 From: "lan,Tianyu" Date: Thu, 3 Apr 2014 14:04:15 +0800 Subject: [PATCH] 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 --- Reading git-format-patch failed