Kenji Kaneshige 151ab36a2e PCI: fix wrong assumption in pci_find_upstream_pcie_bridge
Current pci_find_upstream_pcie_bridge() has a wrong assumption that
pci_bus->self is NULL on the root pci bus. But it might not true on
some platforms. Because of this wrong assumption, current
pci_find_upstream_pcie_bridge() might cause endless loop. We must
check pci_bus->parent instead.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2009-03-20 10:48:03 -07:00
..
2009-01-08 16:29:41 +00:00
2009-02-18 17:41:38 -08:00
2009-03-10 15:55:10 -07:00
2009-03-18 13:16:30 +11:00
2009-03-13 01:16:58 -04:00
2009-02-18 15:37:56 -08:00
2009-01-29 18:04:43 -08:00
2009-02-26 10:32:31 -08:00
2009-01-15 16:39:40 -08:00
2009-02-27 16:26:22 -08:00
2009-01-09 03:39:43 -05:00
2009-02-11 14:25:36 -08:00
2009-02-18 15:37:56 -08:00
2009-03-16 07:55:37 -07:00