commit | 0c2cc4337968f7aab91a91b8d5889982e3a3bd0d | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Mon Jul 09 12:00:11 2007 -0700 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Sat Jul 14 19:10:19 2007 -0500 |
tree | 96843d958292098ee5b821658e20583a1d35504b | |
parent | 5fa0f5e47a87ceb8a3269b28fa14764b37364f63 [diff] |
[SCSI] megaraid_mbox: use mutex instead of semaphore The Megaraid Mailbox driver uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com> Acked-by: "Patro, Sumant" <Sumant.Patro@lsi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>