浏览代码

ASoC: davinci-mcasp: Fix compilation error

Introduced by commit:
6afda7f50754 ASoC: davinci-mcasp: Allow complete shutdown of McASP when not in use

I'm really sorry for this...

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Peter Ujfalusi 10 年之前
父节点
当前提交
66e618857c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/davinci/davinci-mcasp.c

+ 1 - 1
sound/soc/davinci/davinci-mcasp.c

@@ -1058,7 +1058,7 @@ static int davinci_mcasp_suspend(struct snd_soc_dai *dai)
 	u32 reg;
 	u32 reg;
 	int i;
 	int i;
 
 
-	context->pm_state = pm_runtime_enabled(mcasp->dev)
+	context->pm_state = pm_runtime_enabled(mcasp->dev);
 	if (!context->pm_state)
 	if (!context->pm_state)
 		pm_runtime_get_sync(mcasp->dev);
 		pm_runtime_get_sync(mcasp->dev);