]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()
authorNishanth Aravamudan <nacc@us.ibm.com>
Mon, 2 May 2005 06:34:57 +0000 (23:34 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 26 Jun 2005 22:30:15 +0000 (18:30 -0400)
commitf93c8d0c20a09a8ab037f184e310c32e490906b8
tree61aa2e5b01d749321dc1317ed2a734a0bcf009bf
parent8a3f98db2226274e89b6da2526ab5c18d4a8b05d
[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()

Use msleep_interruptible() instead of schedule_timeout() to guarantee
the task delays as expected.
drivers/net/slip.c