From: Tejun Heo Date: Tue, 19 Oct 2010 12:50:23 +0000 (+0800) Subject: crypto: hifn_795x - use cancel_delayed_work_sync() X-Git-Tag: v2.6.37-rc1~145^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e523f2ad179f6bf5691ddc3cd2893856fafc66;p=pandora-kernel.git crypto: hifn_795x - use cancel_delayed_work_sync() Make hifn_795x::hifn_remove() 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: Herbert Xu --- Reading git-diff-tree failed