RE: [PATCH] staging: unisys: visorbus: Replace semaphore with mutex

2016-06-20 Thread Sell, Timothy C
> 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

[PATCH] staging: unisys: visorbus: Replace semaphore with mutex

2016-06-19 Thread Binoy Jayan
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