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 <stable@vger.kernel.org> Reviewed-by: Gautham R. Shenoy <gautham.shenoy@amd.com> Signed-off-by: Wyes Karny <wyes.karny@amd.com> Acked-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Perry Yuan <Perry.Yuan@amd.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 217e677 commit f4aad63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)