mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
cpufreq: interactive: remove compilation error from commit
49cc72365f
Change-Id: I068b18281d03ac879ef64d8ff36ed43367293767
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
This commit is contained in:
@@ -948,7 +948,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());
|
||||
tunables->boostpulse_endtime = ktime_to_us(ktime_get());
|
||||
trace_cpufreq_interactive_unboost("off");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user