]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Input: hp680_ts_input - use cancel_delayed_work_sync()
authorTejun Heo <tj@kernel.org>
Fri, 15 Oct 2010 16:47:15 +0000 (09:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 18 Oct 2010 04:12:00 +0000 (21:12 -0700)
commit790d5c8dac35cf10cf6c52cc9b90ad20603ac2c1
treefa6e8d0c551eb429b1e77fa3533b9e2aec2ea472
parentf74eef95e33a07379aa2b950c7f313cbfd55ebbe
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>
drivers/input/touchscreen/hp680_ts_input.c