mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
MIPS: oprofile: remove unneeded semicolon in common.c
Fix the following coccicheck warning: arch/mips/oprofile/common.c:113:2-3: Unneeded semicolon Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
committed by
Thomas Bogendoerfer
parent
0cf2ea1121
commit
618c35556e
@@ -110,7 +110,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||
case CPU_LOONGSON64:
|
||||
lmodel = &op_model_loongson3_ops;
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
* Always set the backtrace. This allows unsupported CPU types to still
|
||||
|
||||
Reference in New Issue
Block a user