]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ASoC: Remove unnecessary casts of private_data
authorJoe Perches <joe@perches.com>
Mon, 12 Jul 2010 20:50:27 +0000 (13:50 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 13 Jul 2010 11:34:06 +0000 (12:34 +0100)
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/davinci/davinci-pcm.c

index 2dc406f42fe7f5ca5f92a86649b23a439fba18cc..def454e42fcb988ff003679efd5c315a62c3f005 100644 (file)
@@ -800,7 +800,7 @@ static void davinci_pcm_free(struct snd_pcm *pcm)
                dma_free_writecombine(pcm->card->dev, buf->bytes,
                                      buf->area, buf->addr);
                buf->area = NULL;
-               iram_dma = (struct snd_dma_buffer *)buf->private_data;
+               iram_dma = buf->private_data;
                if (iram_dma) {
                        sram_free(iram_dma->area, iram_dma->bytes);
                        kfree(iram_dma);