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

Commit 80707a48 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 d569cf10 4b5b98d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -786,6 +786,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;
}