lkml.org 
[lkml]   [2005]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 4/7] s390: crypto driver patch take 2.
[patch 4/7] s390: crypto driver patch take 2.

From: Martin Schwidefsky <schwidefsky@de.ibm.com>

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>

diffstat:
drivers/s390/crypto/z90main.c | 3 ---
1 files changed, 3 deletions(-)

diff -urpN linux-2.6/drivers/s390/crypto/z90main.c linux-2.6-patched/drivers/s390/crypto/z90main.c
--- linux-2.6/drivers/s390/crypto/z90main.c 2005-09-14 16:47:54.000000000 +0200
+++ linux-2.6-patched/drivers/s390/crypto/z90main.c 2005-09-14 16:48:16.000000000 +0200
@@ -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");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-09-14 17:57    [W:0.033 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site