mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
Merge branch 'pci/resource' into next
* pci/resource: PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11 PCI: Do not disregard parent resources starting at 0x0 Conflicts: arch/x86/pci/fixup.c
This commit is contained in:
commit
8cd9385034
2 changed files with 33 additions and 1 deletions
|
@ -455,7 +455,7 @@ struct resource *pci_find_parent_resource(const struct pci_dev *dev,
|
|||
pci_bus_for_each_resource(bus, r, i) {
|
||||
if (!r)
|
||||
continue;
|
||||
if (res->start && resource_contains(r, res)) {
|
||||
if (resource_contains(r, res)) {
|
||||
|
||||
/*
|
||||
* If the window is prefetchable but the BAR is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue