]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: arm_scmi: Fix function name typo in scmi_perf_proto_ops struct
authorPeng Fan <peng.fan@nxp.com>
Sun, 31 Aug 2025 06:52:37 +0000 (14:52 +0800)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 2 Sep 2025 10:21:34 +0000 (11:21 +0100)
commit72ca981dba5e98c2b1c2956016cc4be934d9fbea
tree7e130b0b10b9ebc021a0dac698d0c694c3972375
parente8faa8a466f61f4ae07069ed6b0872f602f1cba9
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>
include/linux/scmi_protocol.h