[WATCHDOG] use mutex instead of semaphore in Berkshire USB-PC Watchdog driver
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Fri, 4 May 2007 03:15:14 +0000 (20:15 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 4 May 2007 06:07:59 +0000 (06:07 +0000)
The Berkshire USB-PC Watchdog driver uses a semaphore as mutex.  Use the mutex
API instead of the (binary) semaphore.

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

No differences found