On 1/9/2025 8:47 PM, Johan Hovold wrote: > 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. > Sure, will send v10 soon with these 2 patches plus the Kconfig change for selection of driver. Thanks, Dikshita > 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