mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg()
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 16 Feb 2011 22:28:53 +0000 (23:28 +0100)
committerChris Ball <cjb@laptop.org>
Thu, 17 Mar 2011 19:34:40 +0000 (15:34 -0400)
commitdffc55adfa2676a02a838d56a0cc4edd3809510c
treef894eee191b1b9b6c608012ccb65171c5b08d9df
parentf5e0cec4495398b259b3ede7cbc3ce4bd0e1cef0
mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg()

dma_unmap_sg() already flushes the cache, I don't get what this
code is doing here.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/msm_sdcc.c