ASoC: wm5100: add missed pm_runtime_disable
authorChuhong Yuan <hslester96@gmail.com>
Mon, 18 Nov 2019 07:37:07 +0000 (15:37 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 18 Nov 2019 13:02:37 +0000 (13:02 +0000)
commitb1176bbb70866f24099cd2720283c7219fb4a81c
tree2697a31b298bb6caba5765821ac449c6a70e385a
parent2dab09be49a1e7a4dd13cb47d3a1441a2ef33a87
ASoC: wm5100: add missed pm_runtime_disable

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

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20191118073707.28298-1-hslester96@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm5100.c