1
0
Fork 0

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: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
master
Yang Li 2021-02-02 10:52:29 +08:00 committed by Thomas Bogendoerfer
parent 6732a1fbab
commit 3235c5f0bc
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ int get_c0_fdc_int(void)
case CPU_INTERAPTIV:
case CPU_PROAPTIV:
return -1;
};
}
if (cpu_has_veic)
return -1;