Skip to content

Commit c8e1e60

Browse files
kernel: nuke logging
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
1 parent 4bc26a9 commit c8e1e60

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

kernel/fork.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,9 +2237,7 @@ long _do_fork(unsigned long clone_flags,
22372237
devfreq_boost_kick_max(DEVFREQ_MSM_CPUBW, 25);
22382238
} else if (task_is_zygote(current) && active_mode() == 0 || active_mode() == 3) {
22392239
devfreq_boost_kick_max(DEVFREQ_MSM_CPUBW, 50);
2240-
} else if (task_is_zygote(current) && active_mode() == 1) {
2241-
pr_info("Battery profile detected! Skipping DDR bus boost...\n");
2242-
}
2240+
}
22432241

22442242
/*
22452243
* Determine whether and which event to report to ptracer. When

0 commit comments

Comments
 (0)