]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Move informational printk to pci_add_dma_alias()
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Feb 2016 19:43:54 +0000 (13:43 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 11 Apr 2016 19:34:27 +0000 (14:34 -0500)
commit48c830809ce6e143781172c03a9794cb66802b31
treead4fde82f73a11007164936c42f9242c885e68b6
parentf0af9593372abfde34460aa1250e670cc535a7d8
PCI: Move informational printk to pci_add_dma_alias()

One of the quirks that adds DMA aliases logs an informational message in
dmesg.  Move that to pci_add_dma_alias() so all users log the message
consistently.  No functional change intended (except extra message).

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
drivers/pci/pci.c
drivers/pci/quirks.c