Re: [PATCH v4 2/6] PCI: Move informational printk to pci_add_dma_alias()

2016-04-08 Thread Alex Williamson
On Wed, 24 Feb 2016 13:43:54 -0600 Bjorn Helgaas wrote: > From: Jacek Lawrynowicz > > 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 >

[PATCH v4 2/6] PCI: Move informational printk to pci_add_dma_alias()

2016-02-24 Thread Bjorn Helgaas via iommu
From: Jacek Lawrynowicz 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). --- drivers/pci/pci.c|