drm: Plug memleak on module unload, in linux_workqueue.c again.
authorImre Vadasz <imre@vdsz.com>
Thu, 19 Nov 2015 20:51:31 +0000 (21:51 +0100)
committerImre Vadász <imre@vdsz.com>
Thu, 19 Nov 2015 20:54:58 +0000 (21:54 +0100)
commitfd45815c144b8e909953a2b3596e483a4d92e133
tree70b4493ec66a036bb3ec5952882b06db926f1df9
parent3e9016ca781b7bc9fd698d26f0116e5332f0fbdb
drm: Plug memleak on module unload, in linux_workqueue.c again.

Destroy the system_power_efficient_wq on module unload, like the
other workqueues.
sys/dev/drm/linux_workqueue.c