]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
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)
commitfd2cb0ce74e07babaf8c7bf96ef03c25d194e463
tree76c804e7a9b1ed6433d65e8530deaa2cf17f7866
parent9cdae914b2d08febca6e6e0440817d60da115ba5
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 <lethal@linux-sh.org>
drivers/sh/pfc.c