We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f59540 commit d8bee41Copy full SHA for d8bee41
drivers/cpufreq/amd-pstate.c
@@ -120,7 +120,7 @@ struct amd_cpudata {
120
struct amd_aperf_mperf cur;
121
struct amd_aperf_mperf prev;
122
123
- u64 freq;
+ u64 freq;
124
bool boost_supported;
125
};
126
@@ -656,7 +656,7 @@ static struct cpufreq_driver amd_pstate_driver = {
656
.resume = amd_pstate_cpu_resume,
657
.set_boost = amd_pstate_set_boost,
658
.name = "amd-pstate",
659
- .attr = amd_pstate_attr,
+ .attr = amd_pstate_attr,
660
661
662
static int __init amd_pstate_init(void)
0 commit comments