commit | 790d5c8dac35cf10cf6c52cc9b90ad20603ac2c1 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Oct 15 09:47:15 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Oct 17 21:12:00 2010 -0700 |
tree | fa6e8d0c551eb429b1e77fa3533b9e2aec2ea472 | |
parent | f74eef95e33a07379aa2b950c7f313cbfd55ebbe [diff] |
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: Tejun Heo <tj@kernel.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>