mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02: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…
Reference in New Issue
Block a user