mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
clk: microchip: fix typo in reference to a config option
Commit026d70dcfe("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:026d70dcfe("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>
This commit is contained in:
parent
e4ec36bf7b
commit
a6ab150deb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue