]> Git Repo - linux.git/commit - drivers/char/tpm/tpm.c
use mutex instead of semaphore in TPM driver
authorMatthias Kaehlcke <[email protected]>
Tue, 8 May 2007 07:32:02 +0000 (00:32 -0700)
committerLinus Torvalds <[email protected]>
Tue, 8 May 2007 18:15:15 +0000 (11:15 -0700)
commitd081d470446900473f2f32b9203827809b8134f0
tree82ea52ec3c101593779349b1c6c4ca507cdcfe56
parent69f545ea6aa9cf0a1b2e31b287e17f4cd9eb6d93
use mutex instead of semaphore in TPM driver

The TPM driver uses two semaphores as mutexes.  Use the mutex API instead of
the (binary) semaphores.

Signed-off-by: Matthias Kaehlcke <[email protected]>
Cc: Kylene Hall <[email protected]>
Cc: Marcel Selhorst <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/tpm/tpm.c
drivers/char/tpm/tpm.h
This page took 0.056221 seconds and 4 git commands to generate.