]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
PM / devfreq: Fix the wrong set_freq path for userspace governor in Kconfig
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 9 Mar 2021 12:58:33 +0000 (20:58 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 8 Apr 2021 04:14:50 +0000 (13:14 +0900)
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>
drivers/devfreq/Kconfig

index 00704efe63982cf9a63238d2a1f7cd9c5b690572..20373a893b445580ecdc8f168c73e9da9051e88c 100644 (file)
@@ -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.