]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mmc: Convert "mutex" to semaphore
authorThomas Gleixner <tglx@linutronix.de>
Tue, 14 Sep 2010 11:12:35 +0000 (07:12 -0400)
committerChris Ball <cjb@laptop.org>
Sat, 23 Oct 2010 13:11:12 +0000 (21:11 +0800)
commit632cf92a72fecda096d0f4608eaefb2c7392b744
tree8f182d7dd03768cb1602e3e1a0f2014aa44e72d4
parent265cdc900ce93c0cd2465d751fe75ff2e55e126e
mmc: Convert "mutex" to semaphore

Get rid of init_MUTEX[_LOCKED]() and use sema_init() instead.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mmc@vger.kernel.org
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/card/queue.c