From: Murali Karicheri Date: Tue, 21 Jul 2015 21:35:19 +0000 (-0400) Subject: ARM/PCI: Set MPS before pci_bus_add_devices() X-Git-Tag: omap-for-v4.3/fixes-merge-window~31^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808b27a5ae05e8828b9f6262af5b9dfae5f661d0;p=pandora-kernel.git ARM/PCI: Set MPS before pci_bus_add_devices() The MPS configuration should be done *before* pci_bus_add_devices(). After pci_bus_add_devices(), drivers may be bound to devices, and the PCI core shouldn't touch device configuration while a driver owns the device. [bhelgaas: remove check for bus being non-NULL] Reported-by: Bjorn Helgaas Signed-off-by: Murali Karicheri Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed