diff options
| author | Kuninori Morimoto <[email protected]> | 2019-11-06 16:05:05 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-11-06 15:32:40 +0000 |
| commit | 18dd66ea84464a4bc86089276d5f75cadeb94a09 (patch) | |
| tree | 7c1022cca24fbbc67976f8d75a07e0e3991d8eeb /scripts/gdb/linux/lists.py | |
| parent | df95a16d2a9626dcfc3f2b3671c9b91fa076c997 (diff) | |
ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component()
snd_soc_unregister_component() is calling snd_soc_lookup_component()
under mutex_lock(). But, snd_soc_lookup_component() itself is using
mutex_lock(), thus it will be dead-lock.
This patch adds _nolocked version of it, and avoid dead-lock issue.
Fixes: ac6a4dd3e9f0("ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component()")
Reported-by: "kernelci.org bot" <[email protected]>"
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions