mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
rk30: cpufreq: disable debug print
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
#define FREQ_PRINTK_DBG(fmt, args...) {while(0);}//pr_debug(fmt, ## args)
|
||||
#define FREQ_PRINTK_ERR(fmt, args...) pr_err(fmt, ## args)
|
||||
#define FREQ_PRINTK_LOG(fmt, args...) printk(fmt, ## args)
|
||||
#define FREQ_PRINTK_LOG(fmt, args...) pr_debug(fmt, ## args)
|
||||
/* Frequency table index must be sequential starting at 0 */
|
||||
static struct cpufreq_frequency_table default_freq_table[] = {
|
||||
{.frequency = 816*1000, .index = 1080*1000},
|
||||
|
||||
Reference in New Issue
Block a user