From 01e69ac8ab598e83204b2f25bcb454718ac5d9f2 Mon Sep 17 00:00:00 2001 From: Jongpill Lee Date: Thu, 4 Oct 2012 16:42:29 +0900 Subject: [PATCH] [RAMEN9610-8149] PM / QoS: Change type for device_tput_constraints This patch changes type for device_tput_constraints from PM_QOS_MAX to PM_QOS_FORCE_MAX Change-Id: Ie2a68250b65b7e163079e9990fa806e3a89df4ae Signed-off-by: Jongpill Lee --- kernel/power/qos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/power/qos.c b/kernel/power/qos.c index 304159aadb24..0ff577d0fd13 100644 --- a/kernel/power/qos.c +++ b/kernel/power/qos.c @@ -96,7 +96,7 @@ static struct pm_qos_constraints device_tput_constraints = { .list = PLIST_HEAD_INIT(device_tput_constraints.list), .target_value = PM_QOS_DEVICE_THROUGHPUT_DEFAULT_VALUE, .default_value = PM_QOS_DEVICE_THROUGHPUT_DEFAULT_VALUE, - .type = PM_QOS_MAX, + .type = PM_QOS_FORCE_MAX, .notifiers = &device_throughput_notifier, }; static struct pm_qos_object device_throughput_pm_qos = { -- 2.20.1