Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PM / devfreq: Use constant name of userspace governor

Based on commit aa7c352f9841 ("PM / devfreq: Define the constant governor
name"), use constant name for userspace governor.

Signed-off-by: pierre Kuo <vichy.kuo@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

pierre Kuo and committed by
Chanwoo Choi
4bb1faac 16fbf79b

+1 -1
+1 -1
drivers/devfreq/governor_userspace.c
··· 131 131 } 132 132 133 133 static struct devfreq_governor devfreq_userspace = { 134 - .name = "userspace", 134 + .name = DEVFREQ_GOV_USERSPACE, 135 135 .get_target_freq = devfreq_userspace_func, 136 136 .event_handler = devfreq_userspace_handler, 137 137 };