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)
commit5a0a2f63f1ab4149ea86e016d60679b509ef4a4c
tree251ed6d87590ecc345263561fa9d3839e81ee422
parentfa45f5ca07d5bc6962f73710ec049e9d541afa0a
OMAP3 clock: use pr_debug() rather than pr_info() in some clock change code

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>
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock34xx.c