commit | 4bb6669147d9037447baeb633deca8a64e1a55dd | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Mar 23 12:29:56 2017 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Mar 23 12:29:56 2017 -0500 |
tree | 4c90ebe82c8ec098bea55606d0e84947090586b8 | |
parent | a26356ab9392e0c5f8ad87d76c42e7c58c036d24 [diff] |
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>