Skip to content

Commit 896937a

Browse files
Uli LuckasRussell King
authored andcommitted
[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: Uli Luckas <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 0b154bb commit 896937a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/mmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ EXPORT_SYMBOL(mmc_suspend_host);
12631263
*/
12641264
int mmc_resume_host(struct mmc_host *host)
12651265
{
1266-
mmc_detect_change(host, 0);
1266+
mmc_rescan(host);
12671267

12681268
return 0;
12691269
}

0 commit comments

Comments
 (0)