[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 3/3] mmc: sdhci-of-arasan: Fix the incorrect soft reset operation when runtime resuming
quanyang.wang at windriver.com
quanyang.wang at windriver.com
Mon Sep 23 02:47:10 PDT 2019
From: Quanyang Wang <quanyang.wang at windriver.com>
Because of upstream commit c6303c5d52d5 ("mmc: sdhci-sprd: Fix
the incorrect soft reset operation when runtime resuming"), add
a new parameter to sdhci_runtime_resume_host.
Signed-off-by: Quanyang Wang <quanyang.wang at windriver.com>
---
drivers/mmc/host/sdhci-of-arasan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/host/sdhci-of-arasan.c b/drivers/mmc/host/sdhci-of-arasan.c
index 7a7b35c9009f..c72382d9ea9d 100644
--- a/drivers/mmc/host/sdhci-of-arasan.c
+++ b/drivers/mmc/host/sdhci-of-arasan.c
@@ -720,7 +720,7 @@ static int sdhci_arasan_runtime_resume(struct device *dev)
return ret;
}
- ret = sdhci_runtime_resume_host(host);
+ ret = sdhci_runtime_resume_host(host, 0);
if (ret)
goto out;
--
2.17.1
More information about the linux-yocto
mailing list