diff mbox series

[v4,16/17] clk: remove extra empty line

Message ID 20210923132046.1860549-17-claudiu.beznea@microchip.com (mailing list archive)
State New, archived
Headers show
Series clk: at91: updates for power management and dvfs | expand

Commit Message

Claudiu Beznea Sept. 23, 2021, 1:20 p.m. UTC
Remove extra empty line.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 drivers/clk/clk.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Boyd Oct. 8, 2021, 3:54 a.m. UTC | #1
Quoting Claudiu Beznea (2021-09-23 06:20:45)
> Remove extra empty line.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---

Please drop this patch. It's not relevant to the series.

>  drivers/clk/clk.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index 64838754cdef..815fe5f6651e 100644
> --- a/drivers/clk/clk.c
> +++ b/drivers/clk/clk.c
> @@ -3574,7 +3574,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);
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 64838754cdef..815fe5f6651e 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -3574,7 +3574,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);