[PATCH] PCI: replace schedule_timeout() with msleep()
commit9131d64734c5bf80199292219da1d799b855bdca
authorNishanth Aravamudan <nacc@us.ibm.com>
Mon, 2 Aug 2004 09:28:17 +0000 (2 02:28 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 2 Aug 2004 09:28:17 +0000 (2 02:28 -0700)
tree7b2ac60f95ef7f479e44aa05aec45b34b11f6a9e
parent407000fba66db10241329c65ae760be53fa176d7
[PATCH] PCI: replace schedule_timeout() with msleep()

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

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