firmware: arm_scmi: Fix function name typo in scmi_perf_proto_ops struct
The performance protocol ops table incorrectly referenced power_scale_mw_get instead of the correct power_scale_get. Fix the typo to use the proper function. Signed-off-by: Peng Fan <peng.fan@nxp.com> Message-Id: <20250831-scmi-cpufreq-v1-1-493031cf6e9b@nxp.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
e8faa8a466
commit
72ca981dba
|
|
@ -153,7 +153,7 @@ struct scmi_perf_domain_info {
|
|||
* for a given device
|
||||
* @fast_switch_rate_limit: gets the minimum time (us) required between
|
||||
* successive fast_switching requests
|
||||
* @power_scale_mw_get: indicates if the power values provided are in milliWatts
|
||||
* @power_scale_get: indicates if the power values provided are in milliWatts
|
||||
* or in some other (abstract) scale
|
||||
*/
|
||||
struct scmi_perf_proto_ops {
|
||||
|
|
|
|||
Loading…
Reference in New Issue