From: Tejun Heo Date: Fri, 15 Oct 2010 16:47:15 +0000 (-0700) Subject: Input: hp680_ts_input - use cancel_delayed_work_sync() X-Git-Tag: v2.6.37-rc1~135^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790d5c8dac35cf10cf6c52cc9b90ad20603ac2c1;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed