diff options
author | 2025-05-13 14:34:41 +0200 | |
---|---|---|
committer | 2025-05-21 14:34:10 +0200 | |
commit | 5c7ef5001292d70d09d90bc2251f7d869b9d135c (patch) | |
tree | 104bb53cd4b10b26b3f69fc04c8707d40f718f73 /scripts/lib/kdoc/kdoc_output.py | |
parent | ALSA: qc_audio_offload: rename dma/iova/va/cpu/phys variables (diff) | |
download | linux-rng-5c7ef5001292d70d09d90bc2251f7d869b9d135c.tar.xz linux-rng-5c7ef5001292d70d09d90bc2251f7d869b9d135c.zip |
ALSA: qc_audio_offload: avoid leaking xfer_buf allocation
The info->xfer_buf_cpu member is set to a NULL value because the
allocation happens in a different function and is only assigned
to the function argument but never passed back.
Pass it by reference instead to have a handle that can actually be
freed by the final usb_free_coherent() call.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250513123442.159936-3-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions