commit | cfc1b9a6a683c835a20d5b565ade55baf639f72f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Jul 21 21:35:38 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Jul 21 21:35:38 2008 +0200 |
tree | d9eb8b4a76185e6913ec542020f387a368132f9b | |
parent | 2e2dcc7631e331cf2e8396ce452e7f01e35f1182 [diff] |
x86: convert Dprintk to pr_debug 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>