From: Timur Tabi Date: Fri, 14 Sep 2012 21:14:36 +0000 (-0500) Subject: ASoC: fsl: remove unnecessary call to dma_unmap_single X-Git-Tag: v3.7-rc1~81^2~14^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55438beb2329493cb54df5175d83be65a8d5100;p=pandora-kernel.git ASoC: fsl: remove unnecessary call to dma_unmap_single Remove a call to dma_unmap_single() from the PowerPC ASoC DMA driver. The buffer is allocated and not actually mapped, so the unmap call doesn't make sense. It was probably left over from some early version of the driver. This bug was unnoticed for so long because the DMA mapping functions normally don't do anything on PowerPC. Signed-off-by: Timur Tabi Signed-off-by: Mark Brown --- Reading git-diff-tree failed