Commit 8de927a4 authored by Jason Wang's avatar Jason Wang Committed by Thomas Bogendoerfer

MIPS: lantiq: Fix typo in a comment

The double `if' in the comment in line 144 is repeated. Remove one
of them from the comment.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent dae39cff
......@@ -141,7 +141,7 @@ static void falcon_gpe_enable(void)
unsigned int freq;
unsigned int status;
/* if if the clock is already enabled */
/* if the clock is already enabled */
status = sysctl_r32(SYSCTL_SYS1, SYS1_INFRAC);
if (status & (1 << (GPPC_OFFSET + 1)))
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment