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

Bryan O'Donoghue bryan.odonoghue at linaro.org
Thu May 9 16:55:55 PDT 2024


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



More information about the linux-arm-kernel mailing list