PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
commit438be3c6b76fa129731a320ec7f0bb3d530bcb50
authorJoe Perches <joe@perches.com>
Sun, 28 Oct 2012 08:05:49 +0000 (28 01:05 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 7 Nov 2012 22:24:18 +0000 (7 15:24 -0700)
tree3ee6b4603eaa71ce8cc7f208138ae3a3e8b5bed7
parent1f09b09b4de0e120800e49d806d264e7446ed446
PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(

dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.
Coalesce formats for easier grep.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/irq.c
drivers/pci/pci-stub.c
drivers/pci/pcie/aspm.c