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:
5b2ebce
)
dynamic_debug: Convert printks to pr_<level>
author
Joe Perches
<joe@perches.com>
Thu, 11 Aug 2011 18:36:33 +0000
(14:36 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 23 Aug 2011 01:23:05 +0000
(18:23 -0700)
Add pr_fmt(fmt) with __func__.
Converts "ddebug:" prefix to "dynamic_debug:".
Most likely the if (verbose) outputs could
also be converted from pr_info to pr_debug.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found