commit | be10ceea4f0920975df35c23d50f8eed157ef72b | [log] [tgz] |
---|---|---|
author | Binoy Jayan <binoy.jayan@linaro.org> | Wed Jun 01 14:56:55 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 21 18:22:31 2016 +0200 |
tree | d70a81ab209f834fda01063c46efc93d1e81b8b9 | |
parent | 5333496cb01ab216ba638976846531344bc3c4b9 [diff] |
rtl8192e: Replace semaphore scan_sem with mutex The semaphore 'scan_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>