Commit 4bb1faac authored by pierre Kuo's avatar pierre Kuo Committed by Chanwoo Choi

PM / devfreq: Use constant name of userspace governor

Based on commit aa7c352f ("PM / devfreq: Define the constant governor
name"), use constant name for userspace governor.
Signed-off-by: default avatarpierre Kuo <vichy.kuo@gmail.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 16fbf79b
......@@ -131,7 +131,7 @@ static int devfreq_userspace_handler(struct devfreq *devfreq,
}
static struct devfreq_governor devfreq_userspace = {
.name = "userspace",
.name = DEVFREQ_GOV_USERSPACE,
.get_target_freq = devfreq_userspace_func,
.event_handler = devfreq_userspace_handler,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment