[PATCH] janitor: ide-tape: replace schedule_timeout() with msleep()
authorNishanth Aravamudan <nacc@us.ibm.com>
Sat, 10 Sep 2005 07:27:08 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:33 +0000 (10:06 -0700)
commit80ce45fd961ba8c951adc9857bfda87102b1f5b1
tree8b28ce95b92068340ea06a6cbc91853bc8e9675b
parent0cdca3f9806a3dbaa07b5e8175000cd513ba92d4
[PATCH] janitor: ide-tape: replace schedule_timeout() with msleep()

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

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/ide/ide-tape.c