]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
staging: nvec: use system_nrt_wq instead of custom one
authorTejun Heo <tj@kernel.org>
Wed, 22 Aug 2012 22:32:38 +0000 (15:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 20:18:15 +0000 (13:18 -0700)
commiteb1e40a4dd0fb4095900e085fdd3ed259acbee29
tree89842b5cb8150956076c27d14951ccf0f6ab32ee
parent71d64ef2fa90aaf5425842b9bfef9e4b9e6ad0ff
staging: nvec: use system_nrt_wq instead of custom one

There isn't much reason to use custom workqueue in nvec.  It can use
system_nrt_wq instead and cancel the two work items on removal.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec.c