commit | 3798ff31d1fb1ee33de619ffc81a6a56c3ccb973 | [log] [tgz] |
---|---|---|
author | Tim Sell <Timothy.Sell@unisys.com> | Thu Jul 09 13:27:49 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 14 18:34:59 2015 -0700 |
tree | cea6198b9684781471ff10a3a3c2e5201359e4de | |
parent | 46df82267eb26f4f6859e1564dbc9580f57dc542 [diff] |
staging: unisys: visornic: don't destroy global workqueues until devs destroyed visornic_cleanup() was previously incorrectly destroying its global workqueues prior to cleaning up the devices which used them. This patch corrects the order of these operations. Signed-off-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>