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:
ef58d97
)
USB: ueagle-atm: use system_wq instead of dedicated workqueues
author
Tejun Heo
<tj@kernel.org>
Mon, 3 Jan 2011 13:49:42 +0000
(14:49 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 23 Jan 2011 03:38:26 +0000
(19:38 -0800)
With cmwq, there's no reason to use separate workqueues. Drop
uea_softc->work_q and use system_wq instead. The used work item is
sync flushed on driver detach.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Stanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found