From: Paul Walmsley Date: Tue, 12 May 2009 23:27:10 +0000 (-0600) Subject: OMAP3 clock: use pr_debug() rather than pr_info() in some clock change code X-Git-Tag: Release-2010-05/1~2^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0a2f63f1ab4149ea86e016d60679b509ef4a4c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed