File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -792,7 +792,7 @@ static void amd_pstate_update_limits(unsigned int cpu)
792
792
mutex_unlock (& amd_pstate_driver_lock );
793
793
}
794
794
795
- /**
795
+ /*
796
796
* Get pstate transition delay time from ACPI tables that firmware set
797
797
* instead of using hardcode value directly.
798
798
*/
@@ -807,7 +807,7 @@ static u32 amd_pstate_get_transition_delay_us(unsigned int cpu)
807
807
return transition_delay_ns / NSEC_PER_USEC ;
808
808
}
809
809
810
- /**
810
+ /*
811
811
* Get pstate transition latency value from ACPI tables that firmware
812
812
* set instead of using hardcode value directly.
813
813
*/
@@ -822,7 +822,7 @@ static u32 amd_pstate_get_transition_latency(unsigned int cpu)
822
822
return transition_latency ;
823
823
}
824
824
825
- /**
825
+ /*
826
826
* amd_pstate_init_freq: Initialize the max_freq, min_freq,
827
827
* nominal_freq and lowest_nonlinear_freq for
828
828
* the @cpudata object.
@@ -843,7 +843,6 @@ static int amd_pstate_init_freq(struct amd_cpudata *cpudata)
843
843
u32 boost_ratio , lowest_nonlinear_ratio ;
844
844
struct cppc_perf_caps cppc_perf ;
845
845
846
-
847
846
ret = cppc_get_perf_caps (cpudata -> cpu , & cppc_perf );
848
847
if (ret )
849
848
return ret ;
You can’t perform that action at this time.
0 commit comments