diff options
author | Mark Brown <broonie@kernel.org> | 2017-10-26 10:45:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-26 10:45:39 +0300 |
commit | 91fd3e918d5c6e6a78ea77620196d5f42df689dc (patch) | |
tree | ab6751d744f35b8ec9b514073bb35503488f7252 /sound/soc/rockchip/rockchip_i2s.c | |
parent | 1ef6f346c62f386f28b0012d6379e2822a3842d3 (diff) | |
parent | 32debfcd3ff0939c93238ddde03ffcc96cca5c60 (diff) | |
download | linux-91fd3e918d5c6e6a78ea77620196d5f42df689dc.tar.xz |
Merge remote-tracking branch 'asoc/fix/rockchip' into asoc-linus
Diffstat (limited to 'sound/soc/rockchip/rockchip_i2s.c')
-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; |