Skip to content

Commit

Permalink
[PATCH] s390: crypto driver patch take 2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Schwidefsky authored and Linus Torvalds committed Sep 17, 2005
1 parent d176795 commit 90f4e12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/s390/crypto/z90main.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,6 @@ z90crypt_cleanup_module(void)
del_timer(&config_timer);
del_timer(&cleanup_timer);

if (z90_device_work)
destroy_workqueue(z90_device_work);

destroy_z90crypt();

PRINTKN("Unloaded.\n");
Expand Down

0 comments on commit 90f4e12

Please sign in to comment.