forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/samples/mei/mei-amt-version.c
....@@ -267,7 +267,7 @@
267267 struct amt_host_if_resp_header {
268268 struct amt_host_if_msg_header header;
269269 uint32_t status;
270
- unsigned char data[0];
270
+ unsigned char data[];
271271 } __attribute__((packed));
272272
273273 const uuid_le MEI_IAMTHIF = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, \