OMAP3 clock: use pr_debug() rather than pr_info() in some clock change code
authorPaul Walmsley <paul@pwsan.com>
Tue, 12 May 2009 23:27:10 +0000 (17:27 -0600)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 1 Mar 2010 00:02:04 +0000 (02:02 +0200)
The CORE DPLL M2 frequency change code should use pr_debug(), not
pr_info(), for its debug messages.  Same with
omap2_clksel_round_rate_div().  While here, convert a few printk(KERN_ERR ..
into pr_err().

Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found