Merge remote-tracking branch 'asoc/fix/rockchip' into asoc-linus

This commit is contained in:
Mark Brown 2017-10-26 09:45:39 +02:00
commit 91fd3e918d
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -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;