Re: [PATCH v2] powerpc/pci: clean up direct access to sysdata by iseries platform

2009-05-18 Thread Benjamin Herrenschmidt
On Fri, 2009-05-15 at 07:50 -0500, Kumar Gala wrote: > On May 15, 2009, at 7:47 AM, Kumar Gala wrote: > > > We shouldn't directly access sysdata to get the device node. We > > should > > be calling pci_device_to_OF_node(). > > > > Signed-off-by: Kumar Gala > > --- > > * Updated based on sfr's

Re: [PATCH v2] powerpc/pci: clean up direct access to sysdata by iseries platform

2009-05-15 Thread Kumar Gala
On May 15, 2009, at 7:47 AM, Kumar Gala wrote: We shouldn't directly access sysdata to get the device node. We should be calling pci_device_to_OF_node(). Signed-off-by: Kumar Gala --- * Updated based on sfr's iseries pci fix patch arch/powerpc/platforms/iseries/iommu.c |2 +- arch/powe

[PATCH v2] powerpc/pci: clean up direct access to sysdata by iseries platform

2009-05-15 Thread Kumar Gala
We shouldn't directly access sysdata to get the device node. We should be calling pci_device_to_OF_node(). Signed-off-by: Kumar Gala --- * Updated based on sfr's iseries pci fix patch arch/powerpc/platforms/iseries/iommu.c |2 +- arch/powerpc/platforms/iseries/pci.c |8 2 fi