[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()
Use msleep_interruptible() instead of schedule_timeout() to guarantee the task delays as expected.
Showing
Please register or sign in to comment
Use msleep_interruptible() instead of schedule_timeout() to guarantee the task delays as expected.