git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cdae91
)
sh: pfc: pr_info() -> pr_debug() cleanups.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 30 Nov 2009 03:15:04 +0000
(12:15 +0900)
committer
Paul 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