diff options
author | Zhang Rui <rui.zhang@intel.com> | 2015-06-11 10:55:42 +0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2015-06-11 10:55:42 +0800 |
commit | 53daf9383f34d7bf61358a37449fb4d59fbdafc2 (patch) | |
tree | fc48ebe4fbf8e6c48cc07fcdab82a6010f7c61cf /drivers/platform | |
parent | e26081808edadfd257c6c9d81014e3b25e9a6118 (diff) | |
parent | 9a5238a9c6c33dd31525f2bba4aa1af4f8374ae1 (diff) | |
download | op-kernel-dev-53daf9383f34d7bf61358a37449fb4d59fbdafc2.zip op-kernel-dev-53daf9383f34d7bf61358a37449fb4d59fbdafc2.tar.gz |
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/acerhdf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/x86/acerhdf.c b/drivers/platform/x86/acerhdf.c index 594c918..1ef02da 100644 --- a/drivers/platform/x86/acerhdf.c +++ b/drivers/platform/x86/acerhdf.c @@ -372,7 +372,8 @@ static int acerhdf_bind(struct thermal_zone_device *thermal, return 0; if (thermal_zone_bind_cooling_device(thermal, 0, cdev, - THERMAL_NO_LIMIT, THERMAL_NO_LIMIT)) { + THERMAL_NO_LIMIT, THERMAL_NO_LIMIT, + THERMAL_WEIGHT_DEFAULT)) { pr_err("error binding cooling dev\n"); return -EINVAL; } |