Skip to content

Commit 15b8c45

Browse files
author
Ulf Hansson
committed
mmc: Merge branch fixes into next
Merge the mmc fixes for v6.16-rc[n] into the next branch, to allow them to get tested together with the new mmc changes that are targeted for v6.17. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2 parents 115ed5c + ec54c0a commit 15b8c45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mmc/host/mtk-sd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,7 @@ static void msdc_ops_request(struct mmc_host *mmc, struct mmc_request *mrq)
14921492
if (mrq->data) {
14931493
msdc_prepare_data(host, mrq->data);
14941494
if (!msdc_data_prepared(mrq->data)) {
1495+
host->mrq = NULL;
14951496
/*
14961497
* Failed to prepare DMA area, fail fast before
14971498
* starting any commands.

0 commit comments

Comments
 (0)