summaryrefslogtreecommitdiff
path: root/drivers/thermal/pid_thermal_gov.c
diff options
context:
space:
mode:
authorHyungwoo Yang <hyungwooy@nvidia.com>2013-02-11 14:31:00 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:58:24 -0700
commit6da2c4b92f8164dd63c24f6dee84fe90683a446c (patch)
tree30b1f80072dd94ed6b19cd34464131c981a393b4 /drivers/thermal/pid_thermal_gov.c
parentee2edb93cbca92f441b03d152caa3cae089864cf (diff)
Thermal: pid_thermal_gov: change max_err_temp to 9000
Change max_err_temp from 10000 to 90000 Reviewed-on: http://git-master/r/199717 (cherry picked from commit 91d316c5c2a636cbbdc87355e3f82501cdd1fee3) Change-Id: I705ea15e3719d75b5ce74ea07b9997a00f3dd9b3 Signed-off-by: Hyungwoo Yang <hyungwooy@nvidia.com> Reviewed-on: http://git-master/r/202412 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'drivers/thermal/pid_thermal_gov.c')
-rw-r--r--drivers/thermal/pid_thermal_gov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/pid_thermal_gov.c b/drivers/thermal/pid_thermal_gov.c
index ca0fcaa2bbc0..9d04f7355cd2 100644
--- a/drivers/thermal/pid_thermal_gov.c
+++ b/drivers/thermal/pid_thermal_gov.c
@@ -24,7 +24,7 @@
#define DRV_NAME "pid_thermal_gov"
-#define MAX_ERR_TEMP_DEFAULT 10000 /* in mC */
+#define MAX_ERR_TEMP_DEFAULT 9000 /* in mC */
#define MAX_ERR_GAIN_DEFAULT 1000
#define GAIN_P_DEFAULT 1000
#define GAIN_D_DEFAULT 0