diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-06-30 18:12:04 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-08-24 03:53:47 +0300 |
commit | 79806d338829b2bf903480428d8ce5aab8e2d24b (patch) | |
tree | 932caaeb7f44de3d23f5e8b01ff251db59f11c57 /drivers/clk/clk.c | |
parent | 3378d0cc9327cb3337ffc3708e08b8010bc16c4a (diff) | |
download | linux-79806d338829b2bf903480428d8ce5aab8e2d24b.tar.xz |
clk: remove extra empty line
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>
Diffstat (limited to 'drivers/clk/clk.c')
-rw-r--r-- | drivers/clk/clk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 275a65d146b0..141af74904e7 100644 --- 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); |