diff options
Diffstat (limited to 'drivers/pci/hotplug/shpchp_ctrl.c')
-rw-r--r-- | drivers/pci/hotplug/shpchp_ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/shpchp_ctrl.c b/drivers/pci/hotplug/shpchp_ctrl.c index 1a7003d4ba96..b709328a4145 100644 --- a/drivers/pci/hotplug/shpchp_ctrl.c +++ b/drivers/pci/hotplug/shpchp_ctrl.c | |||
@@ -441,7 +441,7 @@ static int board_added(struct slot *p_slot) | |||
441 | } | 441 | } |
442 | 442 | ||
443 | /* Wait for ~1 second */ | 443 | /* Wait for ~1 second */ |
444 | wait_for_ctrl_irq (ctrl); | 444 | msleep(1000); |
445 | 445 | ||
446 | dbg("%s: slot status = %x\n", __FUNCTION__, p_slot->status); | 446 | dbg("%s: slot status = %x\n", __FUNCTION__, p_slot->status); |
447 | /* Check for a power fault */ | 447 | /* Check for a power fault */ |