PCI: Replace printk(KERN_INFO) with pr_info(), etc
authorMohan Kumar <mohankumar718@gmail.com>
Sat, 20 Apr 2019 04:03:46 +0000 (07:03 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 9 May 2019 12:49:54 +0000 (07:49 -0500)
commit25da8dbaaf0679b3b22c783952a8392071cfa135
tree2aa04656e1cc72bf7a968f1028b42f7ffd981da1
parent7db4af43c97b68dc65394c799b86cdd0fffe5f8d
PCI: Replace printk(KERN_INFO) with pr_info(), etc

Replace printk() with pr_*() to be more consistent with other logging and
avoid checkpatch warnings.

Link: https://lore.kernel.org/lkml/1555733026-19609-1-git-send-email-mohankumar718@gmail.com
Link: https://lore.kernel.org/lkml/1555733130-19804-1-git-send-email-mohankumar718@gmail.com
Signed-off-by: Mohan Kumar <mohankumar718@gmail.com>
[bhelgaas: squash in similar changes from second patch in series]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/bus.c
drivers/pci/pci-acpi.c
drivers/pci/pci-stub.c
drivers/pci/pci.c
drivers/pci/quirks.c
drivers/pci/slot.c