Browse Source

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

Mark Brown 7 years ago
parent
commit
91fd3e918d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sound/soc/rockchip/rockchip_i2s.c

+ 0 - 1
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;