commit | a342083abe576db43594a32d458a61fa81f7cb32 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Feb 07 14:39:40 2019 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Feb 09 09:00:03 2019 -0800 |
tree | 859aad5f0f0588e50435201c35669d7fa215ecf0 | |
parent | 33a841ce5cef4ca6c18ad333248b6d273f54c839 [diff] |
Input: matrix_keypad - use flush_delayed_work() We should be using flush_delayed_work() instead of flush_work() in matrix_keypad_stop() to ensure that we are not missing work that is scheduled but not yet put in the workqueue (i.e. its delay timer has not expired yet). Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>