[PATCH] PCI Hotplug: cpci_hotplug_core: replace schedule_timeout() with msleep()
commitceb14fab0c00f8c2c23071f3e07b405079551226
authorNishanth Aravamudan <nacc@us.ibm.com>
Mon, 2 Aug 2004 08:34:38 +0000 (2 01:34 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 2 Aug 2004 08:34:38 +0000 (2 01:34 -0700)
tree5b480ffeca35d78a62cfe1a4e8f5e3803f5aa7b0
parent6ea8a44397dd92782e2fcbb1ab55e8075e13e4aa
[PATCH] PCI Hotplug: cpci_hotplug_core: replace schedule_timeout() with msleep()

Uses msleep() instead of schedule_timeout() to guarantee
the task delays the desired time.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/pci/hotplug/cpci_hotplug_core.c