]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: arm_ffa: Replace SCMI by FF-A in the macro
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:38:42 +0000 (15:38 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:42:03 +0000 (15:42 +0000)
commit1ed14652dc324d676f4a93643f3526738ea18214
tree00a1b19c8621f580c80618b67ec37db972a25cb3
parent2014c95afecee3e76ca4a56956a936e23283f05b
firmware: arm_ffa: Replace SCMI by FF-A in the macro

Commit 22779149e93d ("firmware: arm_ffa: Emit modalias for FF-A devices")
added modalias for FF-A devices. However the macro added used SCMI
incorrectly. Replace the reference to SCMI by FF-A and update the macro.
(i.e. s/SCMI/FFA/)

No functional change.

Tested-by: Viresh Kumar <viresh.kumar@linaro.org>
Message-Id: <20250217-ffa_updates-v3-1-bd1d9de615e7@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_ffa/bus.c