You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIPS: pci-legacy: use generic pci_enable_resources
Follow the reasoning from commit 842de40 ("PCI: add generic
pci_enable_resources()"):
The only functional difference from the MIPS version is that the
generic one uses "!r->parent" to check for resource collisions
instead of "!r->start && r->end".
That should have no effect on any pci-legacy driver.
Suggested-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Ilya Lipnitskiy <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
0 commit comments