]> git.neil.brown.name Git - history.git/commit
[PATCH] PCI: Use insert_resource in pci_claim_resource
authorMatthew Wilcox <willy@debian.org>
Fri, 19 Mar 2004 06:08:16 +0000 (22:08 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 19 Mar 2004 06:08:16 +0000 (22:08 -0800)
commita3ebf704dbb4b1340326923652bf6211c1289298
treeff28d5b5f7cbe3946914716e34d3a2f648cc0c60
parent78b21ca0370b83c647652aaee242c56512743f7e
[PATCH] PCI: Use insert_resource in pci_claim_resource

On ia64, the parent resources are not necessarily PCI resources and
so won't get found by pci_find_parent_resource.  Use the shiny new
insert_resource() function instead, which I think we would have used
here had it been available at the time.
drivers/pci/setup-res.c