]> git.hungrycats.org Git - linux/commit
ASoC: sti: Use guard() for mutex & spin locks
authorMark Brown <broonie@kernel.org>
Mon, 1 Jun 2026 15:47:08 +0000 (16:47 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 1 Jun 2026 15:47:08 +0000 (16:47 +0100)
commit6d2359028c5baf27a96a75f70b46caa5bf82b969
tree37455b80b6ec862d8fe09afaf1d1be9c8aa897f7
parent054f183fb307174055caef0e5373b9f2ea32b65d
parent96166a8def7488dc3354830cfa0b77df52de9a15
ASoC: sti: Use guard() for mutex & spin locks

phucduc.bui@gmail.com <phucduc.bui@gmail.com> says:

This series converts mutex and spinlock handling in the STI drivers
to use guard() helpers.
The changes are code cleanup only and should have no functional impact.
Compile tested only.

Link: https://patch.msgid.link/20260527100206.26788-1-phucduc.bui@gmail.com