From: Jiang Liu Date: Fri, 12 Apr 2013 05:44:16 +0000 (+0000) Subject: PCI: Clean up usages of pci_bus->is_added X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2~3^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=981cf9ea9a6a6c422e51fc04bedad00b7792ccbc;p=pandora-kernel.git PCI: Clean up usages of pci_bus->is_added Now pci_bus->is_added is only used to guard invoking of pcibios_fixup_bus() in pci_scan_child_bus(), so just set it directly after the fixups and remove the other test and set in pci_bus_add_devices(). [bhelgaas: changelog] Signed-off-by: Jiang Liu Signed-off-by: Bjorn Helgaas Reviewed-by: Yinghai Lu --- Reading git-diff-tree failed