Commit 3235c5f0 authored by Yang Li's avatar Yang Li Committed by Thomas Bogendoerfer

MIPS: malta-time: remove unneeded semicolon

Eliminate the following coccicheck warning:
./arch/mips/mti-malta/malta-time.c:141:2-3: Unneeded semicolon
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 6732a1fb
...@@ -138,7 +138,7 @@ int get_c0_fdc_int(void) ...@@ -138,7 +138,7 @@ int get_c0_fdc_int(void)
case CPU_INTERAPTIV: case CPU_INTERAPTIV:
case CPU_PROAPTIV: case CPU_PROAPTIV:
return -1; return -1;
}; }
if (cpu_has_veic) if (cpu_has_veic)
return -1; return -1;
......
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