commit | 77fffa742285f2b587648d6c72b5c705633f146f | [log] [tgz] |
---|---|---|
author | Chuhong Yuan <hslester96@gmail.com> | Tue Dec 03 19:13:03 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Dec 24 23:56:18 2019 +0000 |
tree | 3b61fd93613605544f8182a8ef5e628c0c52ffba | |
parent | 3b7658679d88b5628939f9bdc8e613f79cd821f9 [diff] |
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>