cpufreq-interactive: Compile fixup
Looks like AOSP has a compile bug. Fix it up. Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
parent
c4241c980c
commit
b62e5a1c49
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ static void cpufreq_interactive_timer(unsigned long data)
|
||||||
* floor frequency for the minimum sample time since last validated.
|
* floor frequency for the minimum sample time since last validated.
|
||||||
*/
|
*/
|
||||||
if (new_freq < pcpu->floor_freq) {
|
if (new_freq < pcpu->floor_freq) {
|
||||||
if (pcpu->timer_run_time - pcpu->target_validate_time
|
if (pcpu->timer_run_time - pcpu->floor_validate_time
|
||||||
< min_sample_time) {
|
< min_sample_time) {
|
||||||
trace_cpufreq_interactive_notyet(data, cpu_load,
|
trace_cpufreq_interactive_notyet(data, cpu_load,
|
||||||
pcpu->target_freq, new_freq);
|
pcpu->target_freq, new_freq);
|
||||||
|
|
Loading…
Add table
Reference in a new issue