Re: [PATCH] clk: clk-imx8mp-audiomix: fix function signature

From: Daniel Baluta
Date: Thu Dec 19 2024 - 07:38:25 EST


On Thu, Dec 19, 2024 at 12:55 PM Nikolaus Voss <nv@xxxxxxx> wrote:
>
> clk_imx8mp_audiomix_reset_controller_register() in the
> "if !CONFIG_RESET_CONTROLLER" branch had the first
> argument missing. It is an empty function for this branch
> so it wasn't immediately apparent.
>
> Fixes: 6f0e817175c5 ("clk: imx: clk-audiomix: Add reset controller")
> Cc: <stable@xxxxxxxxxxxxxxx> # 6.12.x
> Signed-off-by: Nikolaus Voss <nv@xxxxxxx>

Good catch.

Reviewed-by: Daniel Baluta <daniel.baluta@xxxxxxx>