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

2015-07-25 Thread Hanjun Guo
On 07/23/2015 05:26 PM, 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 --- drivers/pci/msi.c | 14 --

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

2015-07-23 Thread Bjorn Helgaas
On Thu, Jul 23, 2015 at 10:26:26AM +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 Acked-by: Bjorn H

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

2015-07-23 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 | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-)