]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: versatile: Request host bridge window resources with core function
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 31 May 2016 17:09:28 +0000 (12:09 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 25 Jun 2016 12:44:24 +0000 (07:44 -0500)
commit2fbb353041891ce8527667ca956d9c53222dec01
tree30bd9ff3fb5eb27acf7d79ea2cabcf17ce3f2551
parent45c64b6ac4ef0f50ba754e997585c02b10c93c02
PCI: versatile: 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-versatile.c