Merge "drivers: cpuidle: lpm-levels: Fix wakeup time for suspend"

This commit is contained in:
Linux Build Service Account 2016-09-23 20:19:11 -07:00 committed by Gerrit - the friendly Code Review server
commit 29d2cbe64f

View file

@ -674,6 +674,7 @@ static int cluster_configure(struct lpm_cluster *cluster, int idx,
goto failed_set_mode;
}
us = us + 1;
do_div(us, USEC_PER_SEC/SCLK_HZ);
msm_mpm_enter_sleep(us, from_idle, cpumask);
}