From: Ulf Hansson Date: Mon, 21 Jan 2013 20:29:34 +0000 (+0100) Subject: ARM: 7630/1: mmc: mmci: Fixup and cleanup code for DMA handling X-Git-Tag: v3.9-rc1~8^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653a761e4ba70bf12174dedcd5fbbf54f431abb3;p=pandora-kernel.git ARM: 7630/1: mmc: mmci: Fixup and cleanup code for DMA handling The cookie is now used to indicate if dma_unmap_sg shall be done in post_request. At DMA errors, the DMA job is immediately not only terminated but also unmapped. To indicate that this has been done the cookie is reset to zero. post_request will thus only do dma_umap_sg for requests which has a cookie not set to zero. Some corresponding duplicated code could then be removed and moreover some corrections at DMA errors for terminating the same DMA job twice has also been fixed. Signed-off-by: Ulf Hansson Signed-off-by: Per Forlin Acked-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed