提交 5e7184ae 编写于 作者: H Haavard Skinnemoen

atmel-mci: Add missing flush_dcache_page() in PIO transfer code

Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
上级 ca55f46e
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册