mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 06:15:12 +00:00
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 <ulf.hansson@linaro.org>
This commit is contained in:
commit
0b7b565d10
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user