From: Quanyang Wang <[email protected]> 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 <[email protected]> --- 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 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
