-
Matthew Wilcox authored
pcibios_link_hba_resources() could corrupt the resource tree by inserting resources in the wrong place. Fix this by calling pci_claim_resource() for PCI-PCI bridges. Delete pcibios_link_hba_resources as we shouldn't need it any more. Also get rid of lba_claim_dev_resources() and just call pci_claim_resource() directly. Signed-off-by:
Matthew Wilcox <willy@linux.intel.com> Signed-off-by:
Kyle McMartin <kyle@mcmartin.ca>
Matthew Wilcox authoredpcibios_link_hba_resources() could corrupt the resource tree by inserting resources in the wrong place. Fix this by calling pci_claim_resource() for PCI-PCI bridges. Delete pcibios_link_hba_resources as we shouldn't need it any more. Also get rid of lba_claim_dev_resources() and just call pci_claim_resource() directly. Signed-off-by:
Matthew Wilcox <willy@linux.intel.com> Signed-off-by:
Kyle McMartin <kyle@mcmartin.ca>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pci.c 8.88 KiB