diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-02-22 14:15:01 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-02-23 12:57:30 +0300 |
commit | ae921398486419c6284d70bd8332eb7edbdb4f70 (patch) | |
tree | 58d3cfe9a8d328cf36aef57f375fe1c79306e77c /scripts/lib/kdoc/kdoc_output.py | |
parent | ec89fc1b71766c9e7a122f8ba7a21933fe6a95b4 (diff) | |
download | linux-ae921398486419c6284d70bd8332eb7edbdb4f70.tar.xz |
ALSA: pcm: Use automatic cleanup of kfree()
There are common patterns where a temporary buffer is allocated and
freed at the exit, and those can be simplified with the recent cleanup
mechanism via __free(kfree).
A caveat is that some allocations are memdup_user() and they return an
error pointer instead of NULL. Those need special cares and the value
has to be cleared with no_free_ptr() at the allocation error path.
Other than that, the conversions are straightforward.
No functional changes, only code refactoring.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20240222111509.28390-2-tiwai@suse.de
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions