Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e7184ae authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

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

parent ca55f46e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;