[PATCH 11/11] ASoC: fsl: mpc5200_psc_ac97: Use guard() for mutex locks

Mark Brown broonie at kernel.org
Fri Jun 12 08:05:06 PDT 2026


On Fri, Jun 12, 2026 at 08:26:39PM +0700, phucduc.bui at gmail.com wrote:

> -	dev_dbg(psc_dma->dev, "cold reset\n");
> +	scoped_guard(mutex_lock, &psc_dma->mutex) {
> +		dev_dbg(psc_dma->dev, "cold reset\n");

mutex_lock not mutex?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260612/f92c3a7a/attachment.sig>


More information about the linux-arm-kernel mailing list