Skip to content

Commit 4c46a47

Browse files
vireshksudeep-holla
authored andcommitted
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 <[email protected]> Fixes: 910cc1a ("firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2") Reviewed-by: Bertrand Marquis <[email protected]> Message-Id: <28a624fbf416975de4fbe08cfbf7c2db89cb630e.1748948911.git.viresh.kumar@linaro.org> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 9ca7a42 commit 4c46a47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/arm_ffa.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ struct ffa_indirect_msg_hdr {
283283
u32 offset;
284284
u32 send_recv_id;
285285
u32 size;
286+
u32 res1;
286287
uuid_t uuid;
287288
};
288289

0 commit comments

Comments
 (0)