x86: convert Dprintk to pr_debug
authorThomas Gleixner <tglx@linutronix.de>
Mon, 21 Jul 2008 19:35:38 +0000 (21:35 +0200)
committerThomas 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