提交 52ad48a0 编写于 作者: X Xiaotian Feng 提交者: Dmitry Torokhov

Input: HIL - do not call tasklet_disable right before tasklet_kill

We do not need to call tasklet_disable() before calling tasklet_kill() if
taskelt does not reschedult itself.
Signed-off-by: NXiaotian Feng <dannyfeng@tencent.com>
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 f3219817
......@@ -1009,8 +1009,6 @@ static int __init hil_mlc_init(void)
static void __exit hil_mlc_exit(void)
{
del_timer_sync(&hil_mlcs_kicker);
tasklet_disable(&hil_mlcs_tasklet);
tasklet_kill(&hil_mlcs_tasklet);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部