[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1615294733-22761-4-git-send-email-aisheng.dong@nxp.com>
Date: Tue, 9 Mar 2021 20:58:33 +0800
From: Dong Aisheng <aisheng.dong@....com>
To: linux-pm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Cc: dongas86@...il.com, kernel@...gutronix.de, shawnguo@...nel.org,
linux-imx@....com, linux-kernel@...r.kernel.org,
myungjoo.ham@...sung.com, kyungmin.park@...sung.com,
cw00.choi@...sung.com, abel.vesa@....com,
Dong Aisheng <aisheng.dong@....com>
Subject: [PATCH 03/11] PM / devfreq: fix the wrong set_freq path for userspace governor
Fix the wrong set_freq path for userspace governor.
Signed-off-by: Dong Aisheng <aisheng.dong@....com>
---
drivers/devfreq/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.25.1
Powered by blists - more mailing lists