From a881951c63153de39e448a1f51f65e34b48251fd Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 28 Apr 2025 18:37:33 +0800 Subject: scmi_protocols: update struct scmi_base_discover_list_protocols_out @protocols is an array of protocol identifiers that are implemented, excluding the Base protocol. Four protocol identifiers are packed into each array element. The number of elements of @protocols is specified by callee-side. Signed-off-by: Ye Li Signed-off-by: Alice Guo --- include/scmi_protocols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/scmi_protocols.h b/include/scmi_protocols.h index 519b906b4ce..9046de7e3e7 100644 --- a/include/scmi_protocols.h +++ b/include/scmi_protocols.h @@ -145,7 +145,7 @@ struct scmi_base_discover_impl_version_out { struct scmi_base_discover_list_protocols_out { s32 status; u32 num_protocols; - u32 protocols[3]; + u32 protocols[]; }; /** -- cgit v1.3.1