public inbox for linux-mips@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: microchip: fix typo in reference to a config option
@ 2026-02-03  9:01 Lukas Bulwahn
  2026-02-03 17:54 ` Brian Masney
  2026-02-05  9:05 ` Thomas Bogendoerfer
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2026-02-03  9:01 UTC (permalink / raw)
  To: Brian Masney, Thomas Bogendoerfer, linux-mips
  Cc: Michael Turquette, Stephen Boyd, linux-clk, kernel-janitors,
	linux-kernel, Lukas Bulwahn

From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

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>
---
 drivers/clk/microchip/clk-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/microchip/clk-core.c b/drivers/clk/microchip/clk-core.c
index 509cdc060c34..b764ca059e68 100644
--- a/drivers/clk/microchip/clk-core.c
+++ b/drivers/clk/microchip/clk-core.c
@@ -74,7 +74,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 {					\
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-02-05  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03  9:01 [PATCH] clk: microchip: fix typo in reference to a config option Lukas Bulwahn
2026-02-03 17:54 ` Brian Masney
2026-02-05  9:05 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox