commit | ec9ce52ef8f8496c83bc36a9b19f22e83575f890 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Thu Jun 28 22:58:42 2007 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Thu Jun 28 22:58:42 2007 +0100 |
tree | e8af90ad4634191a2ca862c26bc31fac6b17f6aa | |
parent | 02d087dbc8cfade63205ee78612c5fd3762afc03 [diff] |
[MTD] Use mutex instead of semaphore in dataflash driver 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>