Re: [PATCH 7/7] media: qcom: iris: Make iris_destroy_internal_buffer() return void

From: Bryan O'Donoghue

Date: Thu Apr 23 2026 - 05:52:28 EST


On 22/04/2026 12:16, Dikshita Agarwal wrote:
iris_destroy_internal_buffer() is guaranteed to succeed and never
reports an error. Returning an int is misleading and forces callers to
handle a meaningless status value. Convert it to return void to match
its behavior and simplify callers.

Signed-off-by: Dikshita Agarwal <dikshita.agarwal@xxxxxxxxxxxxxxxx>
---

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>

---
bod