MIPS: malta-time: remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 2 Feb 2021 02:52:29 +0000 (10:52 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 3 Feb 2021 10:33:32 +0000 (11:33 +0100)
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>
arch/mips/mti-malta/malta-time.c

index 7efcfe0..5677203 100644 (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;