提交 896937ad 编写于 作者: U Uli Luckas 提交者: Russell King

[ARM] 3120/1: Fix MMC/SD card driver resume deadlock

Patch from Uli Luckas

This is a simplification of patch 3116/1 as sugested by Russell King.
Signed-off-by: NUli Luckas <u.luckas@road-gmbh.de>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 0b154bb7
...@@ -1263,7 +1263,7 @@ EXPORT_SYMBOL(mmc_suspend_host); ...@@ -1263,7 +1263,7 @@ EXPORT_SYMBOL(mmc_suspend_host);
*/ */
int mmc_resume_host(struct mmc_host *host) int mmc_resume_host(struct mmc_host *host)
{ {
mmc_detect_change(host, 0); mmc_rescan(host);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册