Loading drivers/mmc/core/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -745,6 +745,7 @@ int mmc_suspend_clk_scaling(struct mmc_host *host) } atomic_inc(&host->clk_scaling.devfreq_abort); wake_up(&host->wq); err = devfreq_suspend_device(host->clk_scaling.devfreq); if (err) { pr_err("%s: %s: failed to suspend devfreq\n", Loading Loading
drivers/mmc/core/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -745,6 +745,7 @@ int mmc_suspend_clk_scaling(struct mmc_host *host) } atomic_inc(&host->clk_scaling.devfreq_abort); wake_up(&host->wq); err = devfreq_suspend_device(host->clk_scaling.devfreq); if (err) { pr_err("%s: %s: failed to suspend devfreq\n", Loading