]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c91d0df900906a776c67506a003ca7831f09efd
tree989a29f1529b4d914a1d6fcedb0815363d1b1713
parent0011d015debf1f4c55200fa94155f750f7610024
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>
arch/x86/pci/fixup.c
arch/x86/pci/i386.c
arch/x86/pci/irq.c
arch/x86/pci/numaq_32.c