commit | 52ad48a0ce25d4d44ce82b7e28a35eb69598e5f1 | [log] [tgz] |
---|---|---|
author | Xiaotian Feng <xtfeng@gmail.com> | Sat Nov 24 23:08:54 2012 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Nov 25 00:10:13 2012 -0800 |
tree | 4530782e625b214a91c43e4d58731710ce03a84a | |
parent | f32198176598fffdc8dca65a1a719dd9fba7d581 [diff] |
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: Xiaotian Feng <dannyfeng@tencent.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>