mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
add KERN_DEBUG
This commit is contained in:
@@ -42,7 +42,7 @@ static int rk2818_cpufreq_target(struct cpufreq_policy *policy, unsigned int tar
|
||||
return 0;
|
||||
|
||||
#ifdef CONFIG_CPU_FREQ_DEBUG
|
||||
printk("%s %d r %d (%d-%d) selected %d\n", __func__, target_freq, relation, policy->min, policy->max, freq_table[index].frequency);
|
||||
printk(KERN_DEBUG "%s %d r %d (%d-%d) selected %d\n", __func__, target_freq, relation, policy->min, policy->max, freq_table[index].frequency);
|
||||
#endif
|
||||
freqs.old = policy->cur;
|
||||
freqs.new = freq_table[index].frequency;
|
||||
|
||||
Reference in New Issue
Block a user