[MTD] Use mutex instead of semaphore in dataflash driver
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Thu, 28 Jun 2007 21:58:42 +0000 (22:58 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 28 Jun 2007 21:58:42 +0000 (22:58 +0100)
The MTD DataFlash 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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found