diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-02-07 14:39:40 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-23 08:44:33 +0100 |
commit | 65513463874ca411a5febbd55d85827ac5065799 (patch) | |
tree | 3ad9dac6ad707fdcd6b18043231f387e6a4f113d /drivers/i2c | |
parent | 4e873fa2105264ff7847798153a464761d34e126 (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>
Diffstat (limited to 'drivers/i2c')
0 files changed, 0 insertions, 0 deletions