• Matthew Wilcox's avatar
    [PATCH] PCI: Use insert_resource in pci_claim_resource · a3ebf704
    Matthew Wilcox authored
    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.
    a3ebf704
setup-res.c 5.39 KB