Skip to content

Commit

Permalink
cpufreq: interactive: kill logspam
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Franco <[email protected]>
  • Loading branch information
franciscofranco committed Sep 16, 2017
1 parent 9c75280 commit df0a96d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/cpufreq/cpufreq_interactive.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ static void cpufreq_interactive_timer(unsigned long data)

jump_to_max = true;
new_freq = pcpu->policy->max;
pr_err_ratelimited("%s: prev_load: %d -> cpu_load: %d\n",
__func__, pcpu->prev_load, cpu_load);
} else if (go_hispeed_load && go_hispeed_load < 100 &&
cpu_load >= go_hispeed_load) {
if (pcpu->policy->cur < this_hispeed_freq) {
Expand Down

0 comments on commit df0a96d

Please sign in to comment.