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

2009-05-06 Thread Stephen Rothwell
Hi Kumar, On Wed, 6 May 2009 23:13:38 +1000 Stephen Rothwell wrote: > > On Tue, 5 May 2009 07:04:55 -0500 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 > > It loo

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

2009-05-06 Thread Stephen Rothwell
Hi Kumar, On Tue, 5 May 2009 07:04:55 -0500 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 It looks ok, but all I can say for now is that it doesn not make things worse. During

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

2009-05-05 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 --- arch/powerpc/platforms/iseries/pci.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/platforms/iseries/pci.c b/a