commit | fd2cb0ce74e07babaf8c7bf96ef03c25d194e463 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Nov 30 12:15:04 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Nov 30 12:15:04 2009 +0900 |
tree | 76c804e7a9b1ed6433d65e8530deaa2cf17f7866 | |
parent | 9cdae914b2d08febca6e6e0440817d60da115ba5 [diff] |
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>