Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
cpufreq: interactive: turn boost_pulse off on boost off
Browse files Browse the repository at this point in the history
Change-Id: I36fe217fa047d68ea90e78b12c7db4537ea8010b
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
  • Loading branch information
Ruchi Kandoi committed Apr 9, 2014
1 parent 004eba7 commit 6815b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/cpufreq_interactive.c
Expand Up @@ -960,6 +960,7 @@ static ssize_t store_boost(struct kobject *kobj, struct attribute *attr,
trace_cpufreq_interactive_boost("on");
cpufreq_interactive_boost();
} else {
boostpulse_endtime = ktime_to_us(ktime_get());
trace_cpufreq_interactive_unboost("off");
}

Expand Down

0 comments on commit 6815b51

Please sign in to comment.