git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a752447
)
crypto: hifn_795x - use cancel_delayed_work_sync()
author
Tejun Heo
<tj@kernel.org>
Tue, 19 Oct 2010 12:50:23 +0000
(20:50 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 19 Oct 2010 12:50:23 +0000
(20:50 +0800)
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 <tj@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found