diff options
author | Jiada Wang <jiada_wang@mentor.com> | 2015-09-30 13:54:13 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-30 19:10:58 +0100 |
commit | 57622aef86d21d459e937c72f578050ff4a91af5 (patch) | |
tree | 831d1d498cd81e4b0a966feea0a50274a3c69966 /sound/core/Makefile | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) |
ASoC: wm8962: balance pm_runtime_enable
pm_runtime_enable is called in probe to enable runtime PM
for wm8962 codec, but pm_runtime_disable isn't called in remove
callback, nor is called in error path if probe fails after runtime
PM is enabled, this causes unbalanced pm_runtime_enable.
This patch Adds pm_runtime_disable in remove callback and error path,
to balance pm_runtime_enable.
Signed-off-by: Jiada Wang <jiada_wang@mentor.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/core/Makefile')
0 files changed, 0 insertions, 0 deletions