Re: [PATCH 0/2] media: iris: fix memory leak and improve driver
From: Johan Hovold
Date: Thu Jan 09 2025 - 10:19:59 EST
On Thu, Jan 09, 2025 at 04:56:39PM +0530, Dikshita Agarwal wrote:
> This series fixes a memory leak and improves the representation of
> dma mask to set upper bound of DMA address space.
Both of these issues were pointed out to you during review of v9 of the
series adding this driver, and as the driver hasn't been merged yet this
can be fixed in a v10.
Also looks like something went wrong when you posted this series as it
is CCed to:
20241212-qcom-video-iris-v9-0-e8c2c6bd4041@xxxxxxxxxxx
> Signed-off-by: Dikshita Agarwal <quic_dikshita@xxxxxxxxxxx>
> ---
> Dikshita Agarwal (2):
> media: iris: represent dma_mask in more readable form
> media: iris: fix memory leak while freeing queue memory
Johan