Commit b428296c authored by Alessandro Rubini's avatar Alessandro Rubini

kernel: remove annoying printk in timer function

This printk is being spit once per second to my syslog files.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent a3204f71
......@@ -90,7 +90,6 @@ static void wrcs_timer_fn(unsigned long unused)
wrcs_cs.rating=450; /* Perfect */
printk(KERN_DEBUG " %s: Timer function \n",__func__);
/* Read ppsg, all fields consistently so we can use the value */
do {
tai_l = readl(&wrcs_ppsg->CNTR_UTCLO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment