Merge "drivers: cpuidle: lpm-levels: Fix wakeup time for suspend"
This commit is contained in:
commit
29d2cbe64f
1 changed files with 1 additions and 0 deletions
|
@ -674,6 +674,7 @@ static int cluster_configure(struct lpm_cluster *cluster, int idx,
|
||||||
goto failed_set_mode;
|
goto failed_set_mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
us = us + 1;
|
||||||
do_div(us, USEC_PER_SEC/SCLK_HZ);
|
do_div(us, USEC_PER_SEC/SCLK_HZ);
|
||||||
msm_mpm_enter_sleep(us, from_idle, cpumask);
|
msm_mpm_enter_sleep(us, from_idle, cpumask);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue