commit | 134891e124dac25020a234fd376e4117d05922e1 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Feb 07 14:39:40 2019 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Mar 23 20:09:44 2019 +0100 |
tree | 96504b86f05bcac8f84d64bf5a79b541cedc52b3 | |
parent | e91dc2092f7f056e08a3ca617e38e30413cc610f [diff] |
Input: matrix_keypad - use flush_delayed_work() [ Upstream commit a342083abe576db43594a32d458a61fa81f7cb32 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>