]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: soc-core: Use guard()/scoped_guard() for mutex lock
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 3 Mar 2026 02:20:33 +0000 (02:20 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 3 Mar 2026 12:51:04 +0000 (12:51 +0000)
commitf48e7a246a567e3764112e2463274c479d95cd96
tree476edcbc2e91b23d859002afa5bcdfb5f9f12160
parent6dc41d8d3b9692b6336196ae1a330bcd3fad92ee
ASoC: soc-core: Use guard()/scoped_guard() for mutex lock

Replace the manual mutex lock/unlock pairs with guard()/scoped_guard().

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/875x7dac26.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c