From: Jean Delvare Date: Sun, 2 Mar 2014 14:05:49 +0000 (+0100) Subject: x86_pkg_temp_thermal: Fix the thermal zone type X-Git-Tag: v3.14-rc6~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4216531c442ea99cb32a69e5ef4af723e7b5a9;p=pandora-kernel.git x86_pkg_temp_thermal: Fix the thermal zone type The thermal zone type should not include an instance number. Otherwise each zone is considered a different type and the thermal-to-hwmon bridge fails to group them all in a single hwmon device. I also changed the type to "x86_pkg_temp", because "pkg" was too generic, and other thermal drivers use an underscore, not a dash, as a separator. Or maybe "cpu_pkg_temp" would be better? Signed-off-by: Jean Delvare Cc: Zhang Rui Cc: Eduardo Valentin Signed-off-by: Zhang Rui --- Reading git-diff-tree failed