Input: HIL - do not call tasklet_disable right before tasklet_kill
authorXiaotian Feng <xtfeng@gmail.com>
Sun, 25 Nov 2012 07:08:54 +0000 (23:08 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 25 Nov 2012 08:10:13 +0000 (00:10 -0800)
commit52ad48a0ce25d4d44ce82b7e28a35eb69598e5f1
tree4530782e625b214a91c43e4d58731710ce03a84a
parentf32198176598fffdc8dca65a1a719dd9fba7d581
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>
drivers/input/serio/hil_mlc.c