]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: pxa2xx: Use guard() for mutex locks
authorTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 15:13:29 +0000 (17:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Sep 2025 11:54:27 +0000 (13:54 +0200)
commit372020ddaa76ba9d18806de90448562ca12ad53e
treea8a30577b23faa89762c608073137eb261711cb5
parentbc58470aa2595bb21937d35572989a68e6b5f679
ALSA: pxa2xx: Use guard() for mutex locks

Replace the manual mutex lock/unlock pairs with guard() for code
simplification.

Only code refactoring, and no behavior change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250829151335.7342-16-tiwai@suse.de
sound/arm/pxa2xx-ac97-lib.c