x86/PCI: use dev_printk when possible
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Wed, 23 Jul 2008 23:00:13 +0000 (17:00 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 28 Jul 2008 22:32:26 +0000 (15:32 -0700)
Convert printks to use dev_printk().

I converted DBG() to dev_dbg().  This DBG() is from arch/x86/pci/pci.h and
requires source-code modification to enable, so dev_dbg() seems roughly
equivalent.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found