]> git.karo-electronics.de Git - mv-sheeva.git/commit
[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)
commit9f7afa6b3405a2ceb9403153357564a93f14cde8
tree607e01a9ad45d10bc4345f2f41a0d836bebd38f7
parentdbf379ea9ae878bf88d2b3cf8f74ce4536e25d19
[WATCHDOG] use mutex instead of semaphore in Berkshire USB-PC Watchdog driver

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>
drivers/char/watchdog/pcwd_usb.c