diff options
author | Sudeep Holla <[email protected]> | 2023-10-09 16:20:49 +0100 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2023-10-09 22:05:22 +0100 |
commit | 1f17395124a53a8edbb6c51e37b98b49a3523b9b (patch) | |
tree | 2f079c5b6ae9a066c926f00a54c6b0ce17ee0bf4 /rust/helpers/helpers.c | |
parent | 65a8a3dd3b95f0310da76f529f86287fefed6a28 (diff) |
firmware: arm_scmi: Convert u32 to unsigned long to align with arm_smccc_1_1_invoke()
All the parameters to arm_smccc_1_1_invoke() are unsigned long which
aligns well on both 32-bit and 64-bit Arm based platforms. Let us store
all the members in the structure scmi_smc used as the parameters to the
arm_smccc_1_1_invoke() call as unsigned long.
Cc: Cristian Marussi <[email protected]>
Reviewed-by: Cristian Marussi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions