aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyes Karny <[email protected]>2023-06-12 11:36:10 +0000
committerRafael J. Wysocki <[email protected]>2023-06-16 19:37:13 +0200
commitf4aad639302a07454dcb23b408dcadf8a9efb031 (patch)
treebd1e580d3e38bbaff45193f020ea2366a51efbe5
parent217e67784eab30cd0704fab4109647ea68a4d850 (diff)
cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated
amd-pstate passive mode driver is hyphenated. So make amd-pstate active mode driver consistent with that rename "amd_pstate_epp" to "amd-pstate-epp". Fixes: ffa5096a7c33 ("cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors") Cc: All applicable <[email protected]> Reviewed-by: Gautham R. Shenoy <[email protected]> Signed-off-by: Wyes Karny <[email protected]> Acked-by: Huang Rui <[email protected]> Reviewed-by: Perry Yuan <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r--drivers/cpufreq/amd-pstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/amd-pstate.c b/drivers/cpufreq/amd-pstate.c
index 50722bfbb34a..d8269994322e 100644
--- a/drivers/cpufreq/amd-pstate.c
+++ b/drivers/cpufreq/amd-pstate.c
@@ -1382,7 +1382,7 @@ static struct cpufreq_driver amd_pstate_epp_driver = {
.online = amd_pstate_epp_cpu_online,
.suspend = amd_pstate_epp_suspend,
.resume = amd_pstate_epp_resume,
- .name = "amd_pstate_epp",
+ .name = "amd-pstate-epp",
.attr = amd_pstate_epp_attr,
};