All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: fsl: fix build warning in fsl_dma
@ 2011-08-17  1:58 Timur Tabi
  2011-08-17  6:53 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Timur Tabi @ 2011-08-17  1:58 UTC (permalink / raw)
  To: broonie, lrg, alsa-devel

The previous patch to fsl_dma.c ("fix initialization of DMA buffers")
left behind an unused local variable that causes a build warning.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 sound/soc/fsl/fsl_dma.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c
index 732208c..0efc04a 100644
--- a/sound/soc/fsl/fsl_dma.c
+++ b/sound/soc/fsl/fsl_dma.c
@@ -297,7 +297,6 @@ static irqreturn_t fsl_dma_isr(int irq, void *dev_id)
 static int fsl_dma_new(struct snd_soc_pcm_runtime *rtd)
 {
 	struct snd_card *card = rtd->card->snd_card;
-	struct snd_soc_dai *dai = rtd->cpu_dai;
 	struct snd_pcm *pcm = rtd->pcm;
 	static u64 fsl_dma_dmamask = DMA_BIT_MASK(36);
 	int ret;
-- 
1.7.4.4

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

* Re: [PATCH] ASoC: fsl: fix build warning in fsl_dma
  2011-08-17  1:58 [PATCH] ASoC: fsl: fix build warning in fsl_dma Timur Tabi
@ 2011-08-17  6:53 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2011-08-17  6:53 UTC (permalink / raw)
  To: Timur Tabi; +Cc: alsa-devel, lrg

On Tue, Aug 16, 2011 at 09:58:29PM -0400, Timur Tabi wrote:
> The previous patch to fsl_dma.c ("fix initialization of DMA buffers")
> left behind an unused local variable that causes a build warning.

Applied, thanks.

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

end of thread, other threads:[~2011-08-17  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-17  1:58 [PATCH] ASoC: fsl: fix build warning in fsl_dma Timur Tabi
2011-08-17  6:53 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.