staging: sep: add missing destroy_workqueue() in sep_crypto.c
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 20 Dec 2013 03:05:16 +0000 (11:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Dec 2013 19:45:09 +0000 (11:45 -0800)
commita7c7eb03fd370b33ba9c93766df2af61551c4310
tree886f5ecbfac874b657ba948765295a88ad81cd56
parentb751bc77be809ca49d8f2607972f2eb361eaa642
staging: sep: add missing destroy_workqueue() in sep_crypto.c

Add the missing destroy_workqueue() before return from
sep_crypto_setup() and sep_crypto_takedown().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sep/sep_crypto.c