mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 07:31:29 +00:00
atmel-mci: Add missing flush_dcache_page() in PIO transfer code
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
This commit is contained in:
parent
ca55f46e13
commit
5e7184ae0d
@ -1253,6 +1253,7 @@ static void atmci_read_data_pio(struct atmel_mci *host)
|
||||
nbytes += 4;
|
||||
|
||||
if (offset == sg->length) {
|
||||
flush_dcache_page(sg_page(sg));
|
||||
host->sg = sg = sg_next(sg);
|
||||
if (!sg)
|
||||
goto done;
|
||||
|
Loading…
Reference in New Issue
Block a user