Loading drivers/mmc/core/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -872,6 +872,7 @@ int mmc_resume_clk_scaling(struct mmc_host *host) host->clk_scaling.curr_freq = devfreq_max_clk; if (host->ios.clock < host->clk_scaling.freq_table[max_clk_idx]) host->clk_scaling.curr_freq = devfreq_min_clk; host->clk_scaling.target_freq = host->clk_scaling.curr_freq; err = devfreq_resume_device(host->clk_scaling.devfreq); if (err) { Loading Loading
drivers/mmc/core/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -872,6 +872,7 @@ int mmc_resume_clk_scaling(struct mmc_host *host) host->clk_scaling.curr_freq = devfreq_max_clk; if (host->ios.clock < host->clk_scaling.freq_table[max_clk_idx]) host->clk_scaling.curr_freq = devfreq_min_clk; host->clk_scaling.target_freq = host->clk_scaling.curr_freq; err = devfreq_resume_device(host->clk_scaling.devfreq); if (err) { Loading