Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peng Fan and committed by
Sudeep Holla
72ca981d e8faa8a4

+1 -1
+1 -1
include/linux/scmi_protocol.h
··· 153 153 * for a given device 154 154 * @fast_switch_rate_limit: gets the minimum time (us) required between 155 155 * successive fast_switching requests 156 - * @power_scale_mw_get: indicates if the power values provided are in milliWatts 156 + * @power_scale_get: indicates if the power values provided are in milliWatts 157 157 * or in some other (abstract) scale 158 158 */ 159 159 struct scmi_perf_proto_ops {