commit | aa4291108f434a183207e645379414270118dccb | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Mon Jul 09 13:18:12 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 10 22:18:51 2007 -0700 |
tree | c4ee6dbcb1225e065742070284ad0af1a5d07a5e | |
parent | 6f11df8355e8f59f7572bf6ac1f63d692483b0c6 [diff] |
[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>