From: Dong Aisheng Date: Tue, 9 Mar 2021 12:58:33 +0000 (+0800) Subject: PM / devfreq: Fix the wrong set_freq path for userspace governor in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5f104f9fc1bb1423058b98b8a64b01af70f44547;p=linux.git PM / devfreq: Fix the wrong set_freq path for userspace governor in Kconfig Fix the wrong set_freq path for userspace governor in Kconfig. Signed-off-by: Dong Aisheng Signed-off-by: Chanwoo Choi --- diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 00704efe63982..20373a893b445 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -62,7 +62,7 @@ config DEVFREQ_GOV_USERSPACE help Sets the frequency at the user specified one. This governor returns the user configured frequency if there - has been an input to /sys/devices/.../power/devfreq_set_freq. + has been an input to /sys/devices/.../userspace/set_freq. Otherwise, the governor does not change the frequency given at the initialization.