commit | b40716630375ec1bf9fe0c3534da4329663c5459 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 28 12:18:37 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Sep 12 20:09:49 2014 -0600 |
tree | 28ead408ceb84c17410c6838e666714d8ae131ac | |
parent | 77094fb342eda5fbfa5ef77dea8a423fa2b9d10b [diff] |
PCI: shpchp: 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 shpchp. 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>