PCI: Rework ASPM disable code
[pandora-kernel.git] / drivers / pci / pci-acpi.c
index 4ecb640..c8e7585 100644 (file)
@@ -395,7 +395,6 @@ static int __init acpi_pci_init(void)
 
        if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_ASPM) {
                printk(KERN_INFO"ACPI FADT declares the system doesn't support PCIe ASPM, so disable it\n");
-               pcie_clear_aspm();
                pcie_no_aspm();
        }