]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etc
authorMohan Kumar <mohankumar718@gmail.com>
Sat, 20 Apr 2019 04:07:20 +0000 (07:07 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 9 May 2019 12:49:58 +0000 (07:49 -0500)
commit34c6b7105e5a11174f856483cde8ad6e61b7236a
treea4fcbb148402bfcaf5b1aa1c662e87466aac4e82
parent25da8dbaaf0679b3b22c783952a8392071cfa135
PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etc

Replace dev_printk(KERN_DEBUG) with dev_info(), etc to be more consistent
with other logging and avoid checkpatch warnings.

The KERN_DEBUG messages could be converted to dev_dbg(), but that depends
on CONFIG_DYNAMIC_DEBUG and DEBUG, and we want most of these messages to
*always* be in the dmesg log.

Link: https://lore.kernel.org/lkml/1555733240-19875-1-git-send-email-mohankumar718@gmail.com
Signed-off-by: Mohan Kumar <mohankumar718@gmail.com>
[bhelgaas: commit log]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/bus.c
drivers/pci/pci.c
drivers/pci/probe.c
drivers/pci/quirks.c
drivers/pci/setup-bus.c
drivers/pci/xen-pcifront.c