Commit 5f104f9f authored by Dong Aisheng's avatar Dong Aisheng Committed by Chanwoo Choi
Browse files

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: default avatarDong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 0913507c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.