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

Commit 20670925 authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

mmc: sdio: Retune sdio after resume



Upon resuming device, timeout were observed.
Fix this with tuning device post resume.

Change-Id: Ie2dc425d962637d2f69ec7aa4c3716f32da626e3
Signed-off-by: default avatarRam Prakash Gupta <rampraka@codeaurora.org>
parent a2c17c17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1086,6 +1086,8 @@ static int mmc_sdio_resume(struct mmc_host *host)
			host->ops->enable_sdio_irq(host, 1);
	}

	mmc_retune_needed(host);

out:
	mmc_log_string(host, "Exit err: %d\n", err);
	mmc_release_host(host);