Re: [PATCH v4 07/19] PCI/MSI: Let pci_msi_get_domain use struct device's msi_domain

2015-07-22 Thread Marc Zyngier
On 21/07/15 22:17, Bjorn Helgaas wrote: > Hi Marc, > > On Wed, Jul 15, 2015 at 01:16:41PM +0100, Marc Zyngier wrote: >> Now that we can easily find which MSI domain a PCI device is >> using, use dev_get_msi_domain as a way to retrieve the information. >> >> The original code is still used as a fal

Re: [PATCH v4 07/19] PCI/MSI: Let pci_msi_get_domain use struct device's msi_domain

2015-07-21 Thread Bjorn Helgaas
Hi Marc, On Wed, Jul 15, 2015 at 01:16:41PM +0100, Marc Zyngier wrote: > Now that we can easily find which MSI domain a PCI device is > using, use dev_get_msi_domain as a way to retrieve the information. > > The original code is still used as a fallback. > > Signed-off-by: Marc Zyngier > --- >

[PATCH v4 07/19] PCI/MSI: Let pci_msi_get_domain use struct device's msi_domain

2015-07-15 Thread Marc Zyngier
Now that we can easily find which MSI domain a PCI device is using, use dev_get_msi_domain as a way to retrieve the information. The original code is still used as a fallback. Signed-off-by: Marc Zyngier --- drivers/pci/msi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a