]> git.baikalelectronics.ru Git - kernel.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)
committerMark Brown <broonie@kernel.org>
Tue, 24 Dec 2019 23:56:18 +0000 (23:56 +0000)
commit9cceaad4f9fe018d53b9e9db2d4823ea4f9fa279
tree3b61fd93613605544f8182a8ef5e628c0c52ffba
parent93ef2409a2dac69c4203d90b748775980cce7802
ASoC: fsl_audmix: add missed pm_runtime_disable

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>
sound/soc/fsl/fsl_audmix.c