Commit 0b7b565d authored by Ulf Hansson's avatar Ulf Hansson
Browse files

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: default avatarUlf Hansson <ulf.hansson@linaro.org>
parents d07ebeaa e027e72e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -300,6 +300,7 @@ static void moxart_transfer_pio(struct moxart_host *host)
	remain = sgm->length;
	if (remain > host->data_len)
		remain = host->data_len;
	sgm->consumed = 0;

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