summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sd.c
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2022-03-07 14:53:29 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2022-03-07 14:53:29 +0300
commit7a9f778c7f5ab2539085c49c63a898ee0557524e (patch)
tree4b71f92e93ac5bff1d535d6d3dd961a59247e038 /drivers/mmc/core/sd.c
parent1f311c94aabdb419c28e3147bcc8ab89269f1a7e (diff)
parent1760fdb6fe9f796fbdb9b4106b3e0bbacc16b55c (diff)
downloadlinux-7a9f778c7f5ab2539085c49c63a898ee0557524e.tar.xz
Merge branch 'fixes' into next
Diffstat (limited to 'drivers/mmc/core/sd.c')
-rw-r--r--drivers/mmc/core/sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
index 24b0418a24bb..68df6b2f49cc 100644
--- a/drivers/mmc/core/sd.c
+++ b/drivers/mmc/core/sd.c
@@ -1671,7 +1671,7 @@ static int sd_poweroff_notify(struct mmc_card *card)
cb_data.card = card;
cb_data.reg_buf = reg_buf;
- err = __mmc_poll_for_busy(card->host, SD_POWEROFF_NOTIFY_TIMEOUT_MS,
+ err = __mmc_poll_for_busy(card->host, 0, SD_POWEROFF_NOTIFY_TIMEOUT_MS,
&sd_busy_poweroff_notify_cb, &cb_data);
out: