diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-02-20 16:49:50 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-20 15:09:57 -0800 |
commit | 1761a85c3bed33591af9a4c2bfac1705c793143f (patch) | |
tree | fafb38c068bd7db37be5148a9360be53b716be67 /crypto/algapi.c | |
parent | f59140964b1a1d71dec8b1e6f8dfc68afc2b4aec (diff) | |
download | op-kernel-dev-1761a85c3bed33591af9a4c2bfac1705c793143f.zip op-kernel-dev-1761a85c3bed33591af9a4c2bfac1705c793143f.tar.gz |
staging: rtl8192u: Remove create_workqueue()
With cmwq, use of dedicated workqueues can be replaced by system_wq.
Removed the dedicated workqueue and used system_wq instead.
Since the work items in the workqueues do not need to
be ordered, increase of concurrency by switching to system_wq should
not break anything.
All work items are sync canceled so it is guaranteed that no work is
running when driver is detached.
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto/algapi.c')
0 files changed, 0 insertions, 0 deletions