Skip to content

Commit f4aad63

Browse files
wkarnyrafaeljw
authored andcommitted
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: ffa5096 ("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]>
1 parent 217e677 commit f4aad63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cpufreq/amd-pstate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ static struct cpufreq_driver amd_pstate_epp_driver = {
13821382
.online = amd_pstate_epp_cpu_online,
13831383
.suspend = amd_pstate_epp_suspend,
13841384
.resume = amd_pstate_epp_resume,
1385-
.name = "amd_pstate_epp",
1385+
.name = "amd-pstate-epp",
13861386
.attr = amd_pstate_epp_attr,
13871387
};
13881388

0 commit comments

Comments
 (0)