diff options
| author | Leo Kim <[email protected]> | 2016-04-01 17:44:15 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-04-28 21:58:42 -0700 |
| commit | 11a54b3f9932efb7d2c07350834bb37ea0ba7cf9 (patch) | |
| tree | 91beeeb934a4a332d57bd120123c6e13e9e2fe03 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 01c7cee913e431e88159c70dae330dd40aa72677 (diff) | |
staging: wilc1000: txq_thread_started: replaces a semaphore with a completion
This patch replaces a semaphore(txq_thread_started) with a completion.
Struct semaphore txq_thread_started is used to signal completion of txq thread.
It is better to use completion than semaphore for this case.
Signed-off-by: Leo Kim <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions