PCI/MSI: Use dev_printk() when possible
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Mar 2017 17:29:56 +0000 (12:29 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Mar 2017 17:29:56 +0000 (12:29 -0500)
commit4bb6669147d9037447baeb633deca8a64e1a55dd
tree4c90ebe82c8ec098bea55606d0e84947090586b8
parenta26356ab9392e0c5f8ad87d76c42e7c58c036d24
PCI/MSI: Use dev_printk() when possible

Use dev_printk() when possible.  This makes messages more consistent with
other device-related messages and, in some cases, adds useful information.
This changes messages like this:

  Unable to allocate affinity masks, ignoring

to this:

  pci 0000:01:00.0: can't allocate MSI affinity masks for 4 vectors

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/msi.c