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:
2e2dcc7
)
x86: convert Dprintk to pr_debug
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 21 Jul 2008 19:35:38 +0000
(21:35 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 21 Jul 2008 19:35:38 +0000
(21:35 +0200)
There are a couple of places where (P)Dprintk is used which is an old
compile time enabled printk wrapper. Convert it to the generic
pr_debug().
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found