sh: pfc: pr_info() -> pr_debug() cleanups.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 30 Nov 2009 03:15:04 +0000 (12:15 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 30 Nov 2009 03:15:04 +0000 (12:15 +0900)
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 <lethal@linux-sh.org>

No differences found