linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: davinci-mcasp: add missing semicolon
@ 2015-03-08 21:10 Arnd Bergmann
  2015-03-08 22:21 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2015-03-08 21:10 UTC (permalink / raw)
  To: linux-arm-kernel

A recent patch introduced a build error because of a trivial typo, this
gets it back to compile.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 6afda7f50754 ("ASoC: davinci-mcasp: Allow complete shutdown of McASP when not in use")
---
I'm guessing this was reported already, but if not, please apply this patch.

diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
index 33cea0728cd2..d40b392b3da2 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/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);
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ASoC: davinci-mcasp: add missing semicolon
  2015-03-08 21:10 [PATCH] ASoC: davinci-mcasp: add missing semicolon Arnd Bergmann
@ 2015-03-08 22:21 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-08 22:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Mar 08, 2015 at 10:10:14PM +0100, Arnd Bergmann wrote:
> A recent patch introduced a build error because of a trivial typo, this
> gets it back to compile.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 6afda7f50754 ("ASoC: davinci-mcasp: Allow complete shutdown of McASP when not in use")

The same fix was sent several days ago, please submit against current
code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150308/e0fa66dd/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-08 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-08 21:10 [PATCH] ASoC: davinci-mcasp: add missing semicolon Arnd Bergmann
2015-03-08 22:21 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).