On Wednesday, June 1, 2016 10:52:03 AM CEST Binoy Jayan wrote:
> The semaphore 'cmd_queue_sema' is used as completion,
> so convert it to a struct completion type.
>
> Signed-off-by: Binoy Jayan
> ---
The conversion looks correct, and I see that you have
driverdev-devel@linuxdriverproject.org wi
The semaphore 'cmd_queue_sema' is used as completion,
so convert it to a struct completion type.
Signed-off-by: Binoy Jayan
---
drivers/staging/rtl8712/os_intfs.c| 2 +-
drivers/staging/rtl8712/osdep_service.h | 7 +++
drivers/staging/rtl8712/rtl8712_cmd.c | 2 +-
drivers/stagi