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

Commit c6df0c48 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: core: Init mmc host clock scaling suspend state"

parents fdbc39e6 7c65fa63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -630,6 +630,7 @@ int mmc_init_clk_scaling(struct mmc_host *host)
		host->ios.clock);

	host->clk_scaling.enable = true;
	host->clk_scaling.is_suspended = false;

	return err;
}