[LTPC]: Replace schedule_timeout() with ssleep()/msleep()
authorNishanth Aravamudan <nacc@us.ibm.com>
Thu, 23 Jun 2005 05:19:52 +0000 (22:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 05:19:52 +0000 (22:19 -0700)
Use ssleep() / msleep() [as appropriate]
instead of schedule_timeout() to guarantee the task delays as expected.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Acked-by: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found