diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_hpc.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index eb631af94738..79f104963166 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -754,13 +754,6 @@ static int hpc_power_off_slot(struct slot * slot) | |||
754 | } | 754 | } |
755 | dbg("%s: SLOTCTRL %x write cmd %x\n", | 755 | dbg("%s: SLOTCTRL %x write cmd %x\n", |
756 | __func__, ctrl->cap_base + SLOTCTRL, slot_cmd); | 756 | __func__, ctrl->cap_base + SLOTCTRL, slot_cmd); |
757 | |||
758 | /* | ||
759 | * After turning power off, we must wait for at least 1 second | ||
760 | * before taking any action that relies on power having been | ||
761 | * removed from the slot/adapter. | ||
762 | */ | ||
763 | msleep(1000); | ||
764 | out: | 757 | out: |
765 | if (changed) | 758 | if (changed) |
766 | pcie_unmask_bad_dllp(ctrl); | 759 | pcie_unmask_bad_dllp(ctrl); |