]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: mpu401: Use guard() for spin locks
authorTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 15:00:20 +0000 (17:00 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Sep 2025 11:53:34 +0000 (13:53 +0200)
commit55c52cd3118bc400d7364945475f02e905ccca56
tree770f3f828fceac603ea01f1d89aa5e9c48f4214e
parent638c33ef7923a0907ff907e18e2c87f0e7fcbd63
ALSA: mpu401: Use guard() for spin locks

Clean up the code using guard() for spin locks.

Merely code refactoring, and no behavior change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250829150026.6379-10-tiwai@suse.de
sound/drivers/mpu401/mpu401_uart.c