Re: [PATCH] staging: media: ipu7: fix MMU resource leak in ipu7_psys_init()

From: Huihui Huang

Date: Fri Apr 17 2026 - 10:37:22 EST


On Fri, Apr 17, 2026 at 11:59:00AM +0300, Dan Carpenter wrote:
> Same thing. We call ipu7_mmu_cleanup() in the caller, and it looks like
> that will trigger a NULL dereference.

Thanks for the review, Dan, and for catching the kfree(pdata) issue
as well. Please disregard this patch.

Thanks,
Huihui