commit | 13635dfdc6aa8d2890e02dc441decfcb4ae63e14 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Feb 14 18:22:20 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Feb 16 16:15:03 2012 +1100 |
tree | 817d08d8b06183bccb28e0c829213f1fceab3b3a | |
parent | 40c8cefaaf12734327db7199a56e60058d98e7b6 [diff] |
powerpc/fsl/pci: Fix PCIe fixup regression Upstream changes to the way PHB resources are registered broke the resource fixup for FSL boards. We can no longer rely on the resource pointer array for the PHB's pci_bus structure, so let's leave it alone and go straight for the PHB resources instead. This also makes the code generally more readable. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>