Remove unnecessary semicolon.
This is detected by coccinelle.
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
arch/x86/events/amd/uncore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/events/amd/uncore.c b/arch/x86/events/amd/uncore.c
index 0bfde2ea5cb8..f34ee4b2ebf9 100644
--- a/arch/x86/events/amd/uncore.c
+++ b/arch/x86/events/amd/uncore.c
@@ -1045,7 +1045,7 @@ static int __init amd_uncore_init(void)
ret = -ENOMEM;
goto fail;
}
- };
+ }
/*
* Install callbacks. Core will call them for each online cpu.
--
2.25.1