浏览代码

[PATCH] s390: crypto driver patch take 2

Got confused with the crypto update.  The last patch added a call to
destroy_workqueue() for a non-existent workqueue with the comment "Remove
device workqueue on module unload".  This is nonsense.  Remove the offending
hunk again.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Martin Schwidefsky 19 年之前
父节点
当前提交
90f4e12112
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/s390/crypto/z90main.c

+ 0 - 3
drivers/s390/crypto/z90main.c

@@ -682,9 +682,6 @@ z90crypt_cleanup_module(void)
 	del_timer(&config_timer);
 	del_timer(&config_timer);
 	del_timer(&cleanup_timer);
 	del_timer(&cleanup_timer);
 
 
-	if (z90_device_work)
-		destroy_workqueue(z90_device_work);
-
 	destroy_z90crypt();
 	destroy_z90crypt();
 
 
 	PRINTKN("Unloaded.\n");
 	PRINTKN("Unloaded.\n");