Re: [RFC Patch V1 04/12] s390/pci: Use for_pci_msi_entry() to access MSI device list

2015-07-13 Thread Sebastian Ott
On Thu, 9 Jul 2015, Jiang Liu wrote: > Use accessor for_pci_msi_entry() to access MSI device list, so we could > easily move msi_list from struct pci_dev into struct device later. > > Signed-off-by: Jiang Liu Acked-by: Sebastian Ott Regards, Sebastian > --- > arch/s390/pci/pci.c |6 +++-

[RFC Patch V1 04/12] s390/pci: Use for_pci_msi_entry() to access MSI device list

2015-07-09 Thread Jiang Liu
Use accessor for_pci_msi_entry() to access MSI device list, so we could easily move msi_list from struct pci_dev into struct device later. Signed-off-by: Jiang Liu --- arch/s390/pci/pci.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/s390/pci/pci.c b/arch/s390