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:
6370a6a
)
isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()
author
Tejun Heo
<tj@kernel.org>
Sun, 17 Oct 2010 09:25:03 +0000
(11:25 +0200)
committer
Tejun Heo
<tj@kernel.org>
Sun, 17 Oct 2010 09:25:03 +0000
(11:25 +0200)
diva doesn't use workqueue and there is no reason to flush the system
workqueue from diva_os_remove_soft_isr(). Remove it.
This is to prepare for the deprecation and removal of
flush_scheduled_work().
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Armin Schindler <armin@melware.de>
No differences found