Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
66e618857c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 	int i;
 
-	context->pm_state = pm_runtime_enabled(mcasp->dev)
+	context->pm_state = pm_runtime_enabled(mcasp->dev);
 	if (!context->pm_state)
 		pm_runtime_get_sync(mcasp->dev);