diff options
| author | Chaehyun Lim <[email protected]> | 2016-03-23 21:28:33 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | 04dd9a421111dfb88e1ae73af0ea27f285c89b74 (patch) | |
| tree | 79bf2b27b8191c68378073616c5b27116af3c637 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 85d83cd8c629e053e3aaec0a4dd6c798d46c109d (diff) | |
staging: wilc1000: use completion instead of struct semaphore hif_sema_thread
struct semaphore hif_sema_thread is used to signal completion of host
interface thread. This patch replaces struct semaphore hif_sema_thread
with struct completion hif_thread_comp. It is better to use completion
than semaphore for this case.
Signed-off-by: Chaehyun Lim <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions