From: Tejun Heo Date: Mon, 3 Jan 2011 13:49:42 +0000 (+0100) Subject: USB: ueagle-atm: use system_wq instead of dedicated workqueues X-Git-Tag: v2.6.39-rc1~472^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9abff15dd69c6f4ed88ecc8ba089f55e9cf6655e;p=pandora-kernel.git USB: ueagle-atm: use system_wq instead of dedicated workqueues 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 Cc: Stanislaw Gruszka Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed