From: Paul Mundt Date: Mon, 30 Nov 2009 03:15:04 +0000 (+0900) Subject: sh: pfc: pr_info() -> pr_debug() cleanups. X-Git-Tag: v2.6.33-rc1~347^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2cb0ce74e07babaf8c7bf96ef03c25d194e463;p=pandora-kernel.git sh: pfc: pr_info() -> pr_debug() cleanups. For some reason this was using pr_info() nested under an ifdef DEBUG. While this is appealing in that it circumvents the effort necessary to change ones loglevel, it's not terribly practical. So, convert it over to pr_debug(). Signed-off-by: Paul Mundt --- Reading git-diff-tree failed