Commit f4aad639 authored by Wyes Karny's avatar Wyes Karny Committed by Rafael J. Wysocki

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: ffa5096a ("cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors")
Cc: All applicable <stable@vger.kernel.org>
Reviewed-by: default avatarGautham R. Shenoy <gautham.shenoy@amd.com>
Signed-off-by: default avatarWyes Karny <wyes.karny@amd.com>
Acked-by: default avatarHuang Rui <ray.huang@amd.com>
Reviewed-by: default avatarPerry Yuan <Perry.Yuan@amd.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 217e6778
...@@ -1382,7 +1382,7 @@ static struct cpufreq_driver amd_pstate_epp_driver = { ...@@ -1382,7 +1382,7 @@ static struct cpufreq_driver amd_pstate_epp_driver = {
.online = amd_pstate_epp_cpu_online, .online = amd_pstate_epp_cpu_online,
.suspend = amd_pstate_epp_suspend, .suspend = amd_pstate_epp_suspend,
.resume = amd_pstate_epp_resume, .resume = amd_pstate_epp_resume,
.name = "amd_pstate_epp", .name = "amd-pstate-epp",
.attr = amd_pstate_epp_attr, .attr = amd_pstate_epp_attr,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment