[PATCH v2 10/18] media: venus: Use flex array for hfi_session_release_buffer_pkt

Bryan O'Donoghue bryan.odonoghue at linaro.org
Thu May 9 17:10:46 PDT 2024


On 10/05/2024 00:37, Bryan O'Donoghue wrote:
>> -    u32 buffer_info[1];
>> +    u32 buffer_info[];
>>   };
>>   struct hfi_session_release_resources_pkt {
>>
> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue at linaro.org>

Oops no.

Please don't change the size of the structure.

u32 buffer_info;

---
bod



More information about the linux-arm-kernel mailing list