[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()
Use msleep_interruptible() instead of schedule_timeout() to guarantee the task delays as expected.
Showing
想要评论请 注册 或 登录
Use msleep_interruptible() instead of schedule_timeout() to guarantee the task delays as expected.