> Subject: [PATCH] staging: unisys: visorbus: Replace semaphore with mutex
>
> The semaphore 'visordriver_callback_lock' is a simple mutex, so
> it should be written as one. Semaphores are going away in the future.
>
Thanks Binoy, but we already submitted a patch for this i
The semaphore 'visordriver_callback_lock' is a simple mutex, so
it should be written as one. Semaphores are going away in the future.
Signed-off-by: Binoy Jayan
---
drivers/staging/unisys/include/visorbus.h | 3 ++-
drivers/staging/unisys/visorbus/visorbus_main.c | 14 +++---
2 fi