cpufreq: interactive: turn boost_pulse off on boost off
authorRuchi Kandoi <kandoiruchi@google.com>
Thu, 3 Apr 2014 22:39:23 +0000 (15:39 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:02 +0000 (13:53 -0800)
Change-Id: I36fe217fa047d68ea90e78b12c7db4537ea8010b
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
drivers/cpufreq/cpufreq_interactive.c

index 0e3e45e9e084b2b8695aaa7c0055b587af848e93..3daca2137b3381c7ac0b565f627aeb7ef1f19407 100644 (file)
@@ -908,6 +908,7 @@ static ssize_t store_boost(struct cpufreq_interactive_tunables *tunables,
                trace_cpufreq_interactive_boost("on");
                cpufreq_interactive_boost();
        } else {
+               boostpulse_endtime = ktime_to_us(ktime_get());
                trace_cpufreq_interactive_unboost("off");
        }