Message ID | cdcb59cbadcebbe3186a6f6d9ef401e45e6f7919.1583470026.git.nguyenb@codeaurora.org |
---|---|
State | New |
Headers | show |
Series | SD card bug fixes | expand |
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 94441a0..97a384a 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -399,7 +399,7 @@ void mmc_wait_for_req_done(struct mmc_host *host, struct mmc_request *mrq) struct mmc_command *cmd; while (1) { - wait_for_completion(&mrq->completion); + wait_for_completion_io(&mrq->completion); cmd = mrq->cmd;