Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90f4e121 authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by Linus Torvalds
Browse files

[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: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d176795b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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");