Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332106
b: refs/heads/master
c: d55438b
h: refs/heads/master
v: v3
  • Loading branch information
Timur Tabi authored and Mark Brown committed Sep 19, 2012
1 parent c5cb99d commit 60cfeff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13c57e5b868b4f023f6436d8c6a079eaffd7f3a8
refs/heads/master: d55438beb2329493cb54df5175d83be65a8d5100
6 changes: 0 additions & 6 deletions trunk/sound/soc/fsl/fsl_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,12 +823,6 @@ static int fsl_dma_close(struct snd_pcm_substream *substream)
if (dma_private->irq)
free_irq(dma_private->irq, dma_private);

if (dma_private->ld_buf_phys) {
dma_unmap_single(dev, dma_private->ld_buf_phys,
sizeof(dma_private->link),
DMA_TO_DEVICE);
}

/* Deallocate the fsl_dma_private structure */
dma_free_coherent(dev, sizeof(struct fsl_dma_private),
dma_private, dma_private->ld_buf_phys);
Expand Down

0 comments on commit 60cfeff

Please sign in to comment.