RE: [PATCH 2/2] powerpc/fsl-pci: Only scan PCI bus if configured as a host

2011-10-31 Thread Jia Hongtao-B38951
@lists.ozlabs.org Subject: Re: [PATCH 2/2] powerpc/fsl-pci: Only scan PCI bus if configured as a host On Oct 28, 2011, at 3:03 AM, Jia Hongtao wrote: > If we're an agent/end-point or fsl_add_bridge doesn't succeed due to > some resource failure we should not scan the PCI bus. We change

Re: [PATCH 2/2] powerpc/fsl-pci: Only scan PCI bus if configured as a host

2011-10-28 Thread Kumar Gala
On Oct 28, 2011, at 3:03 AM, Jia Hongtao wrote: > If we're an agent/end-point or fsl_add_bridge doesn't succeed due to some > resource failure we should not scan the PCI bus. We change fsl_add_bridge() > to return -ENODEV in the case we're an agent/end-point. > > Signed-off-by: Jia Hongtao > Si