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

The RocketPort driver uses a semaphore as mutex.  Use the mutex API instead of
the (binary) semaphore.

Signed-off-by: Matthias Kaehlcke <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/rocket.c
drivers/char/rocket_int.h
This page took 0.05694 seconds and 4 git commands to generate.