projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cdef27
)
clk: qcom: remove unneeded semicolon
author
YueHaibing
<yuehaibing@huawei.com>
Fri, 25 Oct 2019 09:33:32 +0000
(17:33 +0800)
committer
Stephen Boyd
<sboyd@kernel.org>
Thu, 7 Nov 2019 21:10:44 +0000
(13:10 -0800)
remove unneeded semicolon.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link:
https://lkml.kernel.org/r/20191025093332.27592-1-yuehaibing@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/clk-rcg2.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/clk-rcg2.c
b/drivers/clk/qcom/clk-rcg2.c
index
b98b81e
..
99c4bfa
100644
(file)
--- a/
drivers/clk/qcom/clk-rcg2.c
+++ b/
drivers/clk/qcom/clk-rcg2.c
@@
-206,7
+206,7
@@
static int _freq_tbl_determine_rate(struct clk_hw *hw, const struct freq_tbl *f,
break;
default:
return -EINVAL;
- }
;
+ }
if (!f)
return -EINVAL;
@@
-319,7
+319,7
@@
static int __clk_rcg2_set_rate(struct clk_hw *hw, unsigned long rate,
break;
default:
return -EINVAL;
- }
;
+ }
if (!f)
return -EINVAL;