]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: pciehp: Remove pci_configure_slot() usage
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 28 Aug 2014 18:13:51 +0000 (12:13 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 13 Sep 2014 02:09:47 +0000 (20:09 -0600)
commit77094fb342eda5fbfa5ef77dea8a423fa2b9d10b
tree71a58221da9cacfb007facf82ded0aecbd18a45d
parent6cd33649fa83d97ba7b66f1d871a360e867c5220
PCI: pciehp: Remove pci_configure_slot() usage

We now configure each PCI device as it is enumerated, in pci_device_add(),
so remove the configuration done in pciehp.

That configuration, in pci_configure_device(), does not include the
MPS/MRRS configuration done by pcie_bus_configure_settings(), so keep
that here.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
drivers/pci/hotplug/pciehp_pci.c