[PATCH v4 7/8] PM / devfreq: Define the constant governor name
From: myungjoo.ham@samsung.com (MyungJoo Ham)
Date: 2017-10-17 15:02:40
Also in:
linux-pm, linux-samsung-soc, lkml
From: myungjoo.ham@samsung.com (MyungJoo Ham)
Date: 2017-10-17 15:02:40
Also in:
linux-pm, linux-samsung-soc, lkml
On Fri, Oct 13, 2017 at 4:48 PM, Chanwoo Choi [off-list ref] wrote:
Prior to that, the devfreq device uses the governor name when adding the itself. In order to prevent the mistake used the wrong governor name, this patch defines the governor name as a constant and then uses them instead of using the string directly. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Cc: Kukjin Kim <kgene@kernel.org> Cc: Krzysztof Kozlowski <krzk@kernel.org> Cc: linux-samsung-soc at vger.kernel.org Cc: linux-arm-kernel at lists.infradead.org Cc: linux-kernel at vger.kernel.org
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
--- drivers/devfreq/exynos-bus.c | 5 +++-- drivers/devfreq/governor_passive.c | 2 +- drivers/devfreq/governor_performance.c | 2 +- drivers/devfreq/governor_powersave.c | 2 +- drivers/devfreq/governor_simpleondemand.c | 2 +- drivers/devfreq/governor_userspace.c | 2 +- drivers/devfreq/rk3399_dmc.c | 2 +- include/linux/devfreq.h | 7 +++++++ 8 files changed, 16 insertions(+), 8 deletions(-)
[] -- MyungJoo Ham, Ph.D. S/W Center, Samsung Electronics