linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tpm: remove tpm_dev_wq_lock
@ 2019-02-11 10:58 Sebastian Andrzej Siewior
  2019-02-11 14:11 ` Jarkko Sakkinen
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Sebastian Andrzej Siewior @ 2019-02-11 10:58 UTC (permalink / raw)
  To: linux-integrity
  Cc: tglx, Jason Gunthorpe, Sebastian Andrzej Siewior, Philip Tricca,
	Tadeusz Struk, Jarkko Sakkinen

Added in commit

  9e1b74a63f776 ("tpm: add support for nonblocking operation")

but never actually used it.

Cc: Philip Tricca <philip.b.tricca@intel.com>
Cc: Tadeusz Struk <tadeusz.struk@intel.com>
Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 drivers/char/tpm/tpm-dev-common.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/char/tpm/tpm-dev-common.c b/drivers/char/tpm/tpm-dev-common.c
index 5eecad233ea1d..eca96e8c669c9 100644
--- a/drivers/char/tpm/tpm-dev-common.c
+++ b/drivers/char/tpm/tpm-dev-common.c
@@ -25,7 +25,6 @@
 #include "tpm-dev.h"
 
 static struct workqueue_struct *tpm_dev_wq;
-static DEFINE_MUTEX(tpm_dev_wq_lock);
 
 static void tpm_async_work(struct work_struct *work)
 {
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-01-04 18:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11 10:58 [PATCH] tpm: remove tpm_dev_wq_lock Sebastian Andrzej Siewior
2019-02-11 14:11 ` Jarkko Sakkinen
2019-10-10 16:03   ` Sebastian Andrzej Siewior
2019-10-14 19:39     ` Jarkko Sakkinen
2019-10-28 20:24       ` Jarkko Sakkinen
2019-10-28 20:26         ` Jarkko Sakkinen
2019-11-04 14:39           ` Sebastian Andrzej Siewior
2019-11-04 17:37             ` Jerry Snitselaar
2019-11-04 17:44               ` Sebastian Andrzej Siewior
2019-11-04 18:27                 ` Jerry Snitselaar
2019-11-07 16:10                   ` Sebastian Andrzej Siewior
2019-11-07 18:35                     ` Jarkko Sakkinen
2019-11-14 11:16                       ` Sebastian Andrzej Siewior
2019-11-15 17:34                         ` Jarkko Sakkinen
2019-02-12  1:45 ` Tadeusz Struk
2020-12-14 22:07 ` [PATCH V2] tpm: Remove tpm_dev_wq_lock Thomas Gleixner
2021-01-04 18:21   ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).