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)
committerpaul <paul@twilight.(none)>
Tue, 12 May 2009 23:27:10 +0000 (17:27 -0600)
commitb7aee4bfa7cad909220491214037731c1edb510a
treee8f01165e2e8b92e1eaef40badc6ad55f4dbb122
parent4519c2bf433b97d091635eb51e4ba8ffa1c84d62
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