]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: replace pr_debug with dev_dbg
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Wed, 4 Nov 2009 17:32:52 +0000 (10:32 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 4 Nov 2009 21:06:44 +0000 (13:06 -0800)
commit936d08fc2c1f164cdcb2d975f451043684342ed0
tree504e801b50b3a0a3782f1749e72468c84e788cf7
parent0fc55d8750f8121ec78f657f40f023a2ae765eba
PCI: replace pr_debug with dev_dbg

Since we have a struct device, we might as well use dev_printk.  Note that
both pr_debug() and dev_dbg() are completely compiled out unless DEBUG or
DYNAMIC_DEBUG is defined.

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