]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commita6ab150deb4b740334721d18e02ad400a9d888f5
tree54c1db0d232904ae0db5d373c781cd30e112cc3a
parente4ec36bf7bc7023e1d207b1277755b0da381f20f
clk: microchip: fix typo in reference to a config option

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