diff options
| -rw-r--r-- | drivers/mmc/host/atmel-mci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index 02529af7c747..7a3f2436b011 100644 --- a/drivers/mmc/host/atmel-mci.c +++ b/drivers/mmc/host/atmel-mci.c | |||
| @@ -1253,6 +1253,7 @@ static void atmci_read_data_pio(struct atmel_mci *host) | |||
| 1253 | nbytes += 4; | 1253 | nbytes += 4; |
| 1254 | 1254 | ||
| 1255 | if (offset == sg->length) { | 1255 | if (offset == sg->length) { |
| 1256 | flush_dcache_page(sg_page(sg)); | ||
| 1256 | host->sg = sg = sg_next(sg); | 1257 | host->sg = sg = sg_next(sg); |
| 1257 | if (!sg) | 1258 | if (!sg) |
| 1258 | goto done; | 1259 | goto done; |
