diff options
author | John Hsu <KCHSU0@nuvoton.com> | 2017-11-30 21:01:50 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-12-04 13:14:42 -0500 |
commit | 70424d8e6e15abd32e189130be220d0063e082bc (patch) | |
tree | aa415170b6f98fa07cac4810810c168600d27ca5 /tools/perf/scripts/python/intel-pt-events.py | |
parent | e3fee43a968fd39dcc56be3757fcdfe250964125 (diff) |
ASoC: nau8825: improve semaphore control
After reviewing the crosstalk protection, there are two flaws at
semaphore control. The first one is that the semaphore releases are
not enough; and the other is that down_interruptible has an risk to
make the ISR sleep.
Therefore, the driver add more releases before the funcitons return.
Take down_trylock to replace down_interruptible. The ISR can control
the protection as well and never sleep by semaphore.
Signed-off-by: John Hsu <KCHSU0@nuvoton.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions