Re: [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity

2015-01-19 Thread Yijing Wang
On 2015/1/19 16:44, Arnd Bergmann wrote: > On Monday 19 January 2015 11:17:02 Yijing Wang wrote: >> On 2015/1/16 18:01, Arnd Bergmann wrote: >>> On Friday 16 January 2015 09:44:16 Yijing Wang wrote: +static void pci_host_bridge_probe_mode( + struct pci_host_bridge *host) >>>

Re: [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity

2015-01-19 Thread Arnd Bergmann
On Monday 19 January 2015 11:17:02 Yijing Wang wrote: > On 2015/1/16 18:01, Arnd Bergmann wrote: > > On Friday 16 January 2015 09:44:16 Yijing Wang wrote: > >> +static void pci_host_bridge_probe_mode( > >> + struct pci_host_bridge *host) > >> +{ > >> + host->of_scan = true; > >>

Re: [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity

2015-01-18 Thread Yijing Wang
On 2015/1/16 18:01, Arnd Bergmann wrote: > On Friday 16 January 2015 09:44:16 Yijing Wang wrote: >> +static void pci_host_bridge_probe_mode( >> + struct pci_host_bridge *host) >> +{ >> + host->of_scan = true; >> +} >> > > I probably missed something here, but where does host->o

Re: [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity

2015-01-16 Thread Arnd Bergmann
On Friday 16 January 2015 09:44:16 Yijing Wang wrote: > +static void pci_host_bridge_probe_mode( > + struct pci_host_bridge *host) > +{ > + host->of_scan = true; > +} > I probably missed something here, but where does host->of_scan get used? Arnd -- To unsubscribe fro