Re: [PATCH -next v2 0/2] ARM: imx: free resources

From: Shawn Guo
Date: Wed Jul 14 2021 - 03:19:26 EST


On Tue, Jun 15, 2021 at 08:52:37PM +0800, Yang Yingliang wrote:
> mmdc_base need be unmapped and mmdc_ipg_clk need be disable and unprepared
> in remove and error path.
>
> v2:
> hold mmdc_base in structure and free the resources on error path.
>
> Yang Yingliang (2):
> ARM: imx: add missing iounmap()
> ARM: imx: add missing clk_disable_unprepare()

Applied both, thanks.