commit | f9383c4269d264c3cf563bd2de365891f6592ebd | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Mon Jul 09 23:17:56 2007 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Jul 09 23:17:56 2007 +0200 |
tree | 7f1f3525c51237dc5806d17dd2c68c19d47a493b | |
parent | 1b9da32a2855afa3c5f27690e03a33dc97410c42 [diff] |
ide: use mutex instead of ide_setting_sem semaphore in IDE driver The IDE 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: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --