]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
clk: remove extra empty line
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Thu, 30 Jun 2022 15:12:04 +0000 (18:12 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Apr 2024 15:05:26 +0000 (17:05 +0200)
[ Upstream commit 79806d338829b2bf903480428d8ce5aab8e2d24b ]

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>
Stable-dep-of: e581cf5d2162 ("clk: Get runtime PM before walking tree during disable_unused")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/clk.c

index 0d93537d46c349f488de241e843f53e39b23d5fb..52877fb06e181c79fb326c0fd2fedc204307e777 100644 (file)
@@ -3653,7 +3653,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);