Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66e61885 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown
Browse files

ASoC: davinci-mcasp: Fix compilation error



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

I'm really sorry for this...

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6afda7f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);