[IRDA]: use mutex instead of semaphore in VLSI 82C147 IrDA controller driver
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Mon, 9 Jul 2007 20:18:12 +0000 (13:18 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:18:51 +0000 (22:18 -0700)
commitaa4291108f434a183207e645379414270118dccb
treec4ee6dbcb1225e065742070284ad0af1a5d07a5e
parent6f11df8355e8f59f7572bf6ac1f63d692483b0c6
[IRDA]: use mutex instead of semaphore in VLSI 82C147 IrDA controller driver

The VLSI 82C147 IrDA controller 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 S. Miller <davem@davemloft.net>
drivers/net/irda/vlsi_ir.c
drivers/net/irda/vlsi_ir.h