diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_ctrl.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_ctrl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/pciehp_ctrl.c b/drivers/pci/hotplug/pciehp_ctrl.c index cce6e5f659e8..d6c5eb297753 100644 --- a/drivers/pci/hotplug/pciehp_ctrl.c +++ b/drivers/pci/hotplug/pciehp_ctrl.c | |||
@@ -226,9 +226,6 @@ static int board_added(struct slot *p_slot) | |||
226 | if (PWR_LED(ctrl)) | 226 | if (PWR_LED(ctrl)) |
227 | p_slot->hpc_ops->green_led_blink(p_slot); | 227 | p_slot->hpc_ops->green_led_blink(p_slot); |
228 | 228 | ||
229 | /* Wait for ~1 second */ | ||
230 | msleep(1000); | ||
231 | |||
232 | /* Check link training status */ | 229 | /* Check link training status */ |
233 | retval = p_slot->hpc_ops->check_lnk_status(ctrl); | 230 | retval = p_slot->hpc_ops->check_lnk_status(ctrl); |
234 | if (retval) { | 231 | if (retval) { |