commit | 9afa937047b5c3dca3ed0bb6361eac06073c3efa | [log] [tgz] |
---|---|---|
author | Binoy Jayan <binoy.jayan@linaro.org> | Wed Jun 01 14:56:52 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 21 18:22:31 2016 +0200 |
tree | 0a0b10745b4e594f5a89c9b7ace9c241c3a5fe01 | |
parent | fd181f7d5a53eb73ba7276d95ecdaff9605d63c2 [diff] |
rtl8192e: rtllib_device: Replace semaphore wx_sem with mutex The semaphore 'wx_sem' in the rtllib_device 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>