projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3378d0c
)
clk: remove extra empty line
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Thu, 30 Jun 2022 15:12:04 +0000
(18:12 +0300)
committer
Stephen Boyd
<sboyd@kernel.org>
Wed, 24 Aug 2022 00:53:47 +0000
(17:53 -0700)
Remove extra empty line.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link:
https://lore.kernel.org/r/20220630151205.3935560-1-claudiu.beznea@microchip.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk.c
b/drivers/clk/clk.c
index 275a65d146b06accc15669daa78516bc24bf2850..141af74904e7de4d4d16accee3a5abb9c7d04ab9 100644
(file)
--- a/
drivers/clk/clk.c
+++ b/
drivers/clk/clk.c
@@
-3672,7
+3672,6
@@
static int __clk_core_init(struct clk_core *core)
clk_core_reparent_orphans_nolock();
-
kref_init(&core->ref);
out:
clk_pm_runtime_put(core);