From: Matthew Wilcox Date: Wed, 17 Jun 2009 20:33:33 +0000 (-0400) Subject: Fix pci_claim_resource X-Git-Tag: v2.6.31-rc1~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebd78a8c5624b5cf04c39c3335a5fc8670a7b69;p=pandora-kernel.git 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 Tested-by: Andrew Patterson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed