diff options
| author | Robertus Diawan Chris <robertusdchris@gmail.com> | 2026-05-19 12:40:24 +0700 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-19 15:57:03 +0100 |
| commit | 298a43b54432fbc3a32949a94c72544ee18c8c00 (patch) | |
| tree | 50088128c1cd576be6b0f8ab03226878ad8c6faf /kernel/debug/debug_core.c | |
| parent | fd3b95866d86844ae747fce9b3438d73ed5f1e7a (diff) | |
ASoC: soc-utils: Add missing va_end in snd_soc_ret()
The default case in snd_soc_ret() use va_start without va_end to
cleanup "args" object which can cause undefined behavior. So, add
missing va_end to cleanup "args" object.
This is reported by Coverity Scan as "Missing varargs init or cleanup".
Fixes: 943116ba2a6a ("ASoC: add common snd_soc_ret() and use it")
Signed-off-by: Robertus Diawan Chris <robertusdchris@gmail.com>
Link: https://patch.msgid.link/20260519054024.274741-1-robertusdchris@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'kernel/debug/debug_core.c')
0 files changed, 0 insertions, 0 deletions
