diff options
author | Chen Zhongjin <[email protected]> | 2022-10-31 21:40:31 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-10-31 14:08:05 +0000 |
commit | 06ba770a799fab51e42c34fd62b742d60084d8b1 (patch) | |
tree | b88fa8df73868759ac4ce8a353fa3fcaa72cad36 /tools/perf/scripts/python/check-perf-trace.py | |
parent | cf4484a0e61e60f7c12b7b7f73cf60898f355561 (diff) |
ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
snd_soc_util_exit() is called in __init snd_soc_init() for cleanup.
Remove the __exit annotation for it to fix the build warning:
WARNING: modpost: sound/soc/snd-soc-core.o: section mismatch in reference: init_module (section: .init.text) -> snd_soc_util_exit (section: .exit.text)
Fixes: 6ec27c53886c ("ASoC: core: Fix use-after-free in snd_soc_exit()")
Signed-off-by: Chen Zhongjin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions