mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
firmware: arm_ffa: Fix the missing entry in struct ffa_indirect_msg_hdr
As per the spec, one 32 bit reserved entry is missing here, add it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Fixes: 910cc1acc9 ("firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2")
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Message-Id: <28a624fbf416975de4fbe08cfbf7c2db89cb630e.1748948911.git.viresh.kumar@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
9ca7a42122
commit
4c46a471be
|
|
@ -283,6 +283,7 @@ struct ffa_indirect_msg_hdr {
|
|||
u32 offset;
|
||||
u32 send_recv_id;
|
||||
u32 size;
|
||||
u32 res1;
|
||||
uuid_t uuid;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user