diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2021-03-09 13:58:33 +0100 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-04-08 06:14:50 +0200 |
commit | 5f104f9fc1bb1423058b98b8a64b01af70f44547 (patch) | |
tree | 1f9e10daf498ccfa69f0254fd7d689232599f9a4 /drivers/devfreq | |
parent | dt-bindings: devfreq: rk3399_dmc: Remove references of unexistant defines (diff) | |
download | linux-5f104f9fc1bb1423058b98b8a64b01af70f44547.tar.xz linux-5f104f9fc1bb1423058b98b8a64b01af70f44547.zip |
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 <aisheng.dong@nxp.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r-- | drivers/devfreq/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 00704efe6398..20373a893b44 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. |