commit | 9f7afa6b3405a2ceb9403153357564a93f14cde8 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Thu May 03 20:15:14 2007 -0700 |
committer | Wim Van Sebroeck <wim@iguana.be> | Fri May 04 06:07:59 2007 +0000 |
tree | 607e01a9ad45d10bc4345f2f41a0d836bebd38f7 | |
parent | dbf379ea9ae878bf88d2b3cf8f74ce4536e25d19 [diff] |
[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>