]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: microchip: fix typo in reference to a config option
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Tue, 3 Feb 2026 09:01:01 +0000 (10:01 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 5 Feb 2026 08:57:17 +0000 (09:57 +0100)
Commit 026d70dcfe5d ("clk: microchip: core: allow driver to be compiled
with COMPILE_TEST") introduces a typo when referring to a config option in
an ifdef directive.

Fix this typo.

Fixes: 026d70dcfe5d ("clk: microchip: core: allow driver to be compiled with COMPILE_TEST")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
drivers/clk/microchip/clk-core.c

index ce3a24e061d145934c84843008efadc3b0e2cffa..8200f4864a361d1358cfe76012e8a8bc5fe5817b 100644 (file)
@@ -75,7 +75,7 @@
 /* SoC specific clock needed during SPLL clock rate switch */
 static struct clk_hw *pic32_sclk_hw;
 
-#ifdef CONFIG_MATCH_PIC32
+#ifdef CONFIG_MACH_PIC32
 /* add instruction pipeline delay while CPU clock is in-transition. */
 #define cpu_nop5()                     \
 do {                                   \