commit | 7f240b7db0956a426075eca73cc7ddf9fefa22a9 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Wed Jul 25 15:49:23 2012 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Wed Jul 25 18:22:46 2012 -0400 |
tree | 7693a69f9951ff86f39eeb12c0cb82bb2147e8ec | |
parent | d41ca6dfea695777abfa35eaec863bfe2434ca54 [diff] |
tilepro pci: fix pci_bus.subordinate bad bombing from b918c62e The bombing to convert pci_bus.subordinate to busn_res.end accidentally modified a "struct pci_dev" site, causing this file not to compile. This commit reverts that code to use dev->subordinate again. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>