projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b132c2a
)
clk: mediatek: clk-mtk: Remove unneeded semicolon
author
Yang Li
<yang.lee@linux.alibaba.com>
Thu, 2 Feb 2023 01:07:50 +0000
(09:07 +0800)
committer
Stephen Boyd
<sboyd@kernel.org>
Sat, 11 Feb 2023 00:02:44 +0000
(16:02 -0800)
./drivers/clk/mediatek/clk-mtk.c:518:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link:
https://bugzilla.openanolis.cn/show_bug.cgi?id=3926
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link:
https://lore.kernel.org/r/20230202010750.79515-1-yang.lee@linux.alibaba.com
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mediatek/clk-mtk.c
patch
|
blob
|
history
diff --git
a/drivers/clk/mediatek/clk-mtk.c
b/drivers/clk/mediatek/clk-mtk.c
index c90c0a6b501b90d2416894098abccec4062c09f0..14e8b64a32a3c300d5a99ed8d9459c74e84e1510 100644
(file)
--- a/
drivers/clk/mediatek/clk-mtk.c
+++ b/
drivers/clk/mediatek/clk-mtk.c
@@
-515,7
+515,7
@@
int mtk_clk_simple_probe(struct platform_device *pdev)
mcd->clk_lock, clk_data);
if (r)
goto unregister_factors;
- }
;
+ }
if (mcd->composite_clks) {
/* We don't check composite_lock because it's optional */