commit | 51f50f815778b91c699fbcc3aac0dda891a7b795 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Feb 01 11:42:42 2011 +0100 |
committer | Tejun Heo <tj@kernel.org> | Tue Feb 01 11:42:42 2011 +0100 |
tree | 8edc17647b7d760e044c83cdcc86d46b4981785d | |
parent | 52286713a9ae1c4c80d521a8990e8c3ba14118f3 [diff] |
misc/iwmc3200top: use system_wq instead of dedicated workqueues With cmwq, there's no reason to use separate workqueues in iwmc3200top. Drop them and use system_wq instead. The used work items are sync flushed before driver detach. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Tomas Winkler <tomas.winkler@intel.com>