]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
PCI: generic: Request host bridge window resources with core function
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 31 May 2016 17:05:05 +0000 (12:05 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 21 Jun 2016 15:09:37 +0000 (10:09 -0500)
commitb7f957ac272cb6f7a36536a1801b4da453df9c9b
tree545ce877e5c600b0e4d437d5921612e525ce8600
parentba4f6d9201a7b8840786a29bfe5020cc06bf0f19
PCI: generic: Request host bridge window resources with core function

Use devm_request_pci_bus_resources() to request host bridge window
resources instead of doing it by hand in the driver.

No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-host-common.c