Skip to content

Commit 4784c39

Browse files
Kaz205cyberknight777
authored andcommitted
teo: Increase rating of teo governor to 50
- So it supercedes qcom governor and registers teo as the main cpuidle governor. Signed-off-by: Kazuki Hashimoto <kazukih@tuta.io> Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
1 parent a9befca commit 4784c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/cpuidle/governors

drivers/cpuidle/governors/teo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ static int teo_enable_device(struct cpuidle_driver *drv,
430430

431431
static struct cpuidle_governor teo_governor = {
432432
.name = "teo",
433-
.rating = 19,
433+
.rating = 50,
434434
.enable = teo_enable_device,
435435
.select = teo_select,
436436
.reflect = teo_reflect,

0 commit comments

Comments
 (0)