ARM: mmci: no need to call flush_dcache_page() with sg_miter API
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 27 Jan 2011 09:46:29 +0000 (09:46 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 4 Feb 2011 13:25:47 +0000 (13:25 +0000)
commit7d7aa23cf0700f4025cb61bd1ac517ccf79bd460
treecffbfda462ba6841b3adadf5ef82c749b1f625e3
parentc8afc9d59ce1100d3f7704e86fda5a25361c45bf
ARM: mmci: no need to call flush_dcache_page() with sg_miter API

The sg_miter API provides the required cache maintainence, so we don't
need to do that ourselves.  Remove the unnecessary additional cache
maintainence.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/mmci.c
This page took 0.024273 seconds and 5 git commands to generate.