Re: [PATCH 1/8] powerpc/64: Adjust order in pcibios_init()

2019-03-19 Thread Alexey Kardashevskiy
On 20/03/2019 13:58, Sam Bobroff wrote: > The pcibios_init() function for 64 bit PowerPC currently calls > pci_bus_add_devices() before pcibios_resource_survey(), which seems > incorrect because it adds devices and attempts to bind their drivers > before allocating their resources (although no p

[PATCH 1/8] powerpc/64: Adjust order in pcibios_init()

2019-03-19 Thread Sam Bobroff
The pcibios_init() function for 64 bit PowerPC currently calls pci_bus_add_devices() before pcibios_resource_survey(), which seems incorrect because it adds devices and attempts to bind their drivers before allocating their resources (although no problems seem to be apparent). So move the call to