diff options
author | Mark Brown <broonie@kernel.org> | 2017-10-26 09:45:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-26 09:45:39 +0200 |
commit | 91fd3e918d5c6e6a78ea77620196d5f42df689dc (patch) | |
tree | ab6751d744f35b8ec9b514073bb35503488f7252 /sound/soc/rockchip | |
parent | Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus (diff) | |
parent | ASoC: rockchip: i2s: fix unbalanced clk_disable (diff) | |
download | linux-91fd3e918d5c6e6a78ea77620196d5f42df689dc.tar.xz linux-91fd3e918d5c6e6a78ea77620196d5f42df689dc.zip |
Merge remote-tracking branch 'asoc/fix/rockchip' into asoc-linus
Diffstat (limited to 'sound/soc/rockchip')
-rw-r--r-- | sound/soc/rockchip/rockchip_i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c index b6590467fd14..908211e1d6fc 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/sound/soc/rockchip/rockchip_i2s.c @@ -692,7 +692,6 @@ static int rockchip_i2s_remove(struct platform_device *pdev) if (!pm_runtime_status_suspended(&pdev->dev)) i2s_runtime_suspend(&pdev->dev); - clk_disable_unprepare(i2s->mclk); clk_disable_unprepare(i2s->hclk); return 0; |