Re: [PATCH v2 09/18] media: venus: Remove unused structs

From: Bryan O'Donoghue
Date: Thu May 09 2024 - 19:56:14 EST


On 10/05/2024 00:35, Bryan O'Donoghue wrote:
I think these structures should just have the "[1] -> []" conversion done and be retained instead.

They won't have the same sizeof() then so ignore that thought.

I still would suggest dropping the `something[1]` in favour of `something` because these structures document the protocol between host and firmware and therefore are useful even if unused in the code.

---
bod