commit | cebd78a8c5624b5cf04c39c3335a5fc8670a7b69 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@linux.intel.com> | Wed Jun 17 16:33:33 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 17 14:04:42 2009 -0700 |
tree | 426b2ef97ee950e11e231fff1286ae06cf1f3423 | |
parent | 7cc47662197b3050a974a6c6aed52291bb38ded0 [diff] |
Fix pci_claim_resource Instead of starting from the iomem or ioport roots, start from the parent bus' resources. This fixes a bug where child resources would appear above their parents resources if they had the same size. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Tested-by: Andrew Patterson <andrew.patterson@hp.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>