diff options
author | Binoy Jayan <binoy.jayan@linaro.org> | 2016-06-15 11:00:38 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-25 14:39:53 -0700 |
commit | 77eebe82eb114605c0ade45f1b4587c530660f4f (patch) | |
tree | 3b0d8b5e59f05236664d3a390a0c3e3683595e71 /tools/perf/scripts/python | |
parent | 04247e7d65c9ce80a7d19aae2fd7cdf64ce80800 (diff) |
staging: wilc1000: Remove semaphore close_exit_sync
The semaphore 'close_exit_sync' does not serve any purpose other
than delaying the deregistration of the device which it is trying
to protect from shared access. 'up' is called only when a subdevice
is closed and not when it is opened. So, the semaphore count only
goes up when the device is used.
Signed-off-by: Binoy Jayan <binoy.jayan@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions