commit | 12c0b20fa4afb5c8a377d6987fb2dcf353e1dce1 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Wed Jul 23 17:00:13 2008 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Jul 28 15:32:26 2008 -0700 |
tree | 989a29f1529b4d914a1d6fcedb0815363d1b1713 | |
parent | 756f7bc6683916177e8176f8d3fa5f4c11c88afc [diff] |
x86/PCI: use dev_printk when possible 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>