ASoC: davinci-mcasp: Fix compilation error

Introduced by commit:
6afda7f507 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>
This commit is contained in:
Peter Ujfalusi 2015-03-06 09:07:32 +02:00 committed by Mark Brown
parent 6afda7f507
commit 66e618857c

View File

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