From: Claudiu Beznea Date: Thu, 30 Jun 2022 15:12:04 +0000 (+0300) Subject: clk: remove extra empty line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=79806d338829b2bf903480428d8ce5aab8e2d24b;p=linux.git clk: remove extra empty line Remove extra empty line. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/20220630151205.3935560-1-claudiu.beznea@microchip.com Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 275a65d146b06..141af74904e7d 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);