From 494b52d87af024707a18d0fdafc3ef968e94c799 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Wed, 23 Feb 2022 01:15:35 +0900 Subject: [PATCH] Revert "gts3l-common: power: Set SCHED_GOVERNOR to blu_schedutil that currently used" This reverts commit 7693fb2746bd041b62bafec7df52b8d95c07fe74. --- power/power-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/power-common.h b/power/power-common.h index d9b9ae1..0b2680c 100644 --- a/power/power-common.h +++ b/power/power-common.h @@ -37,7 +37,7 @@ #define ONDEMAND_GOVERNOR "ondemand" #define INTERACTIVE_GOVERNOR "interactive" #define MSMDCVS_GOVERNOR "msm-dcvs" -#define SCHED_GOVERNOR "blu_schedutil" +#define SCHED_GOVERNOR "sched" #define HINT_HANDLED (0) #define HINT_NONE (-1)