commit | 77094fb342eda5fbfa5ef77dea8a423fa2b9d10b | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 28 12:13:51 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Sep 12 20:09:47 2014 -0600 |
tree | 71a58221da9cacfb007facf82ded0aecbd18a45d | |
parent | 6cd33649fa83d97ba7b66f1d871a360e867c5220 [diff] |
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>