Skip to content
Commit 790d5c8d authored by Tejun Heo's avatar Tejun Heo Committed by Dmitry Torokhov
Browse files

Input: hp680_ts_input - use cancel_delayed_work_sync()



Make hp680_ts_init/exit() call cancel_delayed_work_sync() instead of
calling cancel_delayed_work() followed by flush_scheduled_work().

This is to prepare for the deprecation and removal of
flush_scheduled_work().

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent f74eef95
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment