Skip to content

Commit 0b7b565

Browse files
committed
mmc: Merge branch fixes into next
Merge the mmc fixes for v6.9-rc[n] into the next branch, to allow them to get tested together with the new mmc changes that are targeted for v6.10. Signed-off-by: Ulf Hansson <[email protected]>
2 parents d07ebea + e027e72 commit 0b7b565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mmc/host/moxart-mmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ static void moxart_transfer_pio(struct moxart_host *host)
300300
remain = sgm->length;
301301
if (remain > host->data_len)
302302
remain = host->data_len;
303+
sgm->consumed = 0;
303304

304305
if (data->flags & MMC_DATA_WRITE) {
305306
while (remain > 0) {

0 commit comments

Comments
 (0)