rtl8192e: Replace semaphore rf_sem with mutex
authorBinoy Jayan <binoy.jayan@linaro.org>
Wed, 1 Jun 2016 09:26:54 +0000 (14:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:22:31 +0000 (18:22 +0200)
commit5333496cb01ab216ba638976846531344bc3c4b9
treecf1c053d4fdf0215ecb2ea3aa8ee448c2e1ba611
parent3044975feddfa0dfa4325610fbd822f473366d8a
rtl8192e: Replace semaphore rf_sem with mutex

The semaphore 'rf_sem' in the rtl8192e is a simple mutex, so it should
be written as one. Semaphores are going away in the future.

Signed-off-by: Binoy Jayan <binoy.jayan@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
drivers/staging/rtl8192e/rtl8192e/rtl_core.h