[PATCH 4/5] Use mutex instead of semaphore in the MTD ST M25Pxx driver

2007-05-14 Thread Matthias Kaehlcke
The MTD ST M25Pxx driver uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 78c2511..b32806a 100644 ---

[PATCH 4/5] Use mutex instead of semaphore in the MTD ST M25Pxx driver

2007-05-14 Thread Matthias Kaehlcke
The MTD ST M25Pxx driver uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke [EMAIL PROTECTED] -- diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 78c2511..b32806a 100644 --- a/drivers/mtd/devices/m25p80.c