Re: [PATCH] mwifiex: Replace semaphore async_sem with mutex

From: Arnd Bergmann
Date: Thu Jun 08 2017 - 10:58:18 EST


On Thu, Jun 8, 2017 at 12:03 PM, Binoy Jayan <binoy.jayan@xxxxxxxxxx> wrote:
> The semaphore 'async_sem' is used as a simple mutex, so
> it should be written as one. Semaphores are going away in the future.
>
> Signed-off-by: Binoy Jayan <binoy.jayan@xxxxxxxxxx>
> ---
>
> This patch is part of a bigger effort to eliminate unwanted
> semaphores from the linux kernel.

Looks good,

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>