Skip to content

Commit

Permalink
Partially revert "lpm-levels: Allow CPU to idle when executing audio …
Browse files Browse the repository at this point in the history
…code"

This doesn't work as intended.
But keep msm_cpuidle_get_deep_idle_latency() inlined as it's correct.

This partially reverts commit d0718de.

Signed-off-by: Tashfin Shakeer Rhythm <[email protected]>
  • Loading branch information
Tashar02 committed Feb 11, 2023
1 parent b9f0f83 commit a57f803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpuidle/lpm-levels.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module_param_named(print_parsed_dt, print_parsed_dt, bool, 0664);
*/
inline s32 msm_cpuidle_get_deep_idle_latency(void)
{
return 100;
return 10;
}
EXPORT_SYMBOL(msm_cpuidle_get_deep_idle_latency);

Expand Down

0 comments on commit a57f803

Please sign in to comment.