]> xenbits.xensource.com Git - arm/linux.git/commit
ASoC: fsl_audmix: add missed pm_runtime_disable
authorChuhong Yuan <hslester96@gmail.com>
Tue, 3 Dec 2019 11:13:03 +0000 (19:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Feb 2020 09:34:42 +0000 (09:34 +0000)
commit68b74847c8bcec2728332c8929ae3d3cf0e83338
tree0916ad9a23fbd45f95c361a10ff181c52fef5d65
parenta0636e211f8ed74dddcc4e966de1b9d70aaf4ccc
ASoC: fsl_audmix: add missed pm_runtime_disable

[ Upstream commit 77fffa742285f2b587648d6c72b5c705633f146f ]

The driver forgets to call pm_runtime_disable in probe failure
and remove.
Add the missed calls to fix it.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/20191203111303.12933-1-hslester96@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/fsl/fsl_audmix.c