[RAMEN9610-8149] PM / QoS: Change type for device_tput_constraints
authorJongpill Lee <boyko.lee@samsung.com>
Thu, 4 Oct 2012 07:42:29 +0000 (16:42 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:06 +0000 (20:23 +0300)
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 <boyko.lee@samsung.com>
kernel/power/qos.c

index 304159aadb24cd1f2bf375a041aedabe72c72a54..0ff577d0fd13a2bc3db8532a761bac29bc9a87d1 100644 (file)
@@ -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 = {