summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hansson <ulfh@kernel.org>2026-09-08 18:09:16 +0200
committerUlf Hansson <ulfh@kernel.org>2026-09-08 18:09:16 +0200
commit9d4279dfd43e486abdef5d483fcd368963776846 (patch)
tree0ccf613b488aeb1e4b149f375ed44d16f976ceab
parenta0884cb7603b5b8176458b2684f02c2086ccdca9 (diff)
parent8b0cc8707f65e0f51912e764e1b309b2559db1ec (diff)
downloadlinux-next-9d4279dfd43e486abdef5d483fcd368963776846.tar.gz
linux-next-9d4279dfd43e486abdef5d483fcd368963776846.zip
mmc: Merge branch fixes into next
Merge the mmc fixes for v7.3-rc[n] into the next branch, to allow them to get tested together with the mmc changes that are targeted for the next release. Signed-off-by: Ulf Hansson <ulfh@kernel.org>
-rw-r--r--drivers/mmc/host/mmc_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c
index b471a7795b4d..5217d713c826 100644
--- a/drivers/mmc/host/mmc_spi.c
+++ b/drivers/mmc/host/mmc_spi.c
@@ -952,6 +952,7 @@ crc_recover:
status = mmc_spi_command_send(host, mrq, &stop, 0);
crc_retry--;
mrq->data->error = 0;
+ mrq->data->bytes_xfered = 0;
goto crc_recover;
}