From: Ulf Hansson Date: Mon, 16 Dec 2013 15:23:22 +0000 (+0100) Subject: mmc: core: Use mmc_flush_cache() during mmc suspend X-Git-Tag: v3.15-rc1~42^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e5d9652499a8bc0a99ffc2a96a3030fee576cb;p=pandora-kernel.git mmc: core: Use mmc_flush_cache() during mmc suspend Earlier we disabled the cache during suspend, which meant a flush was internally at the eMMC performed as well. To simplify code we can make use of the mmc_flush_cache(), during mmc suspend, which makes the mmc_cache_ctrl() redundant so then we can remove it. Signed-off-by: Ulf Hansson Acked-by: Seungwon Jeon Signed-off-by: Chris Ball --- Reading git-diff-tree failed