Skip to content
Snippets Groups Projects
Commit ac1f7c15 authored by Lucille Sylvester's avatar Lucille Sylvester Committed by Gerrit - the friendly Code Review server
Browse files

PM / devfreq: Make target flags unique


Overlapping target flags cause both to be set
rather than the intended one.  Make sure the flags
have different values.

Change-Id: Ia4fb9566be7284e57e67be78c32de05cbd11d6f8
Signed-off-by: default avatarLucille Sylvester <lsylvest@codeaurora.org>
parent bc89b16c
No related branches found
No related tags found
No related merge requests found
......@@ -51,10 +51,10 @@ struct devfreq_dev_status {
* bound (greatest lower bound)
*/
#define DEVFREQ_FLAG_LEAST_UPPER_BOUND 0x1
#define DEVFREQ_FLAG_WAKEUP_MAXFREQ 0x2
#define DEVFREQ_FLAG_FAST_HINT 0x2
#define DEVFREQ_FLAG_SLOW_HINT 0x4
#define DEVFREQ_FLAG_WAKEUP_MAXFREQ 0x8
/**
* struct devfreq_governor_data - mapping to per device governor data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment