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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};