Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 896937ad authored by Uli Luckas's avatar Uli Luckas Committed by Russell King
Browse files

[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: default avatarUli Luckas <u.luckas@road-gmbh.de>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0b154bb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1263,7 +1263,7 @@ EXPORT_SYMBOL(mmc_suspend_host);
 */
int mmc_resume_host(struct mmc_host *host)
{
	mmc_detect_change(host, 0);
	mmc_rescan(host);

	return 0;
}