Re: [PATCH] ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init

From: Shawn Guo
Date: Fri Jul 23 2021 - 03:34:02 EST


On Thu, Jul 15, 2021 at 02:23:21PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The function imx_mmdc_perf_init recently had a 3rd argument added to
> it but the equivalent macro was not updated and is still the older
> 2 argument version. Fix this by adding in the missing 3rd argumement
> mmdc_ipg_clk.
>
> Fixes: f07ec8536580 ("ARM: imx: add missing clk_disable_unprepare()")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied, thanks!