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: v2.6.31-rc1~344^2~23^2~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7aee4bfa7cad909220491214037731c1edb510a;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