ASoC: amd: acp: clean up some inconsistent indentings

sound/soc/amd/acp/acp-rembrandt.c:283 rmb_pcm_resume() warn: inconsistent indenting

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5863
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230713065106.21564-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Yang Li 2023-07-13 14:51:06 +08:00 committed by Mark Brown
parent 6657fcc91d
commit 6d2a87ddd9
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -280,8 +280,8 @@ static int __maybe_unused rmb_pcm_resume(struct device *dev)
}
}
}
spin_unlock(&adata->acp_lock);
return 0;
spin_unlock(&adata->acp_lock);
return 0;
}
static const struct dev_pm_ops rmb_dma_pm_ops = {