Re: [PATCH v4] ACPI / amba: Drop unnecessary check for registered amba_dummy_clk
From: Catalin Marinas
Date: Mon Jun 24 2024 - 14:12:07 EST
On Mon, 24 Jun 2024 10:31:01 +0800, Youwan Wang wrote:
> amba_register_dummy_clk() is called only once from acpi_amba_init()
> and acpi_amba_init() itself is called once during the initialisation.
> amba_dummy_clk can't be initialised before this in any other code
> path and hence the check for already registered amba_dummy_clk is
> not necessary. Drop the same.
>
>
> [...]
Applied to arm64 (for-next/acpi), thanks!
[1/1] ACPI / amba: Drop unnecessary check for registered amba_dummy_clk
https://git.kernel.org/arm64/c/bfe3f0df3e3c
--
Catalin