From: Martin Schwidefsky Date: Sat, 17 Sep 2005 02:27:34 +0000 (-0700) Subject: [PATCH] s390: crypto driver patch take 2 X-Git-Tag: v2.6.14-rc2~5^2~54 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=90f4e12112284f1a41594e2950e6eced5b064efc;p=~emulex%2Finfiniband.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/s390/crypto/z90main.c b/drivers/s390/crypto/z90main.c index 6aeef3bacc3..0cb47eca91f 100644 --- a/drivers/s390/crypto/z90main.c +++ b/drivers/s390/crypto/z90main.c @@ -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");