Skip to content

Commit a6ab150

Browse files
bulwahntsbogend
authored andcommitted
clk: microchip: fix typo in reference to a config option
Commit 026d70d ("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: 026d70d ("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>
1 parent e4ec36b commit a6ab150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/microchip/clk-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
/* SoC specific clock needed during SPLL clock rate switch */
7676
static struct clk_hw *pic32_sclk_hw;
7777

78-
#ifdef CONFIG_MATCH_PIC32
78+
#ifdef CONFIG_MACH_PIC32
7979
/* add instruction pipeline delay while CPU clock is in-transition. */
8080
#define cpu_nop5() \
8181
do { \

0 commit comments

Comments
 (0)