From 90c53547fcae9daf46265fd9e74adc4f936cd919 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Thu, 17 Sep 2015 15:49:29 +0200 Subject: clk: Remove unneeded semicolons There are cleary typo errors so can be removed. Signed-off-by: Javier Martinez Canillas Acked-by: Leo Yan Signed-off-by: Stephen Boyd --- drivers/clk/clk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/clk/clk.c') diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 43e2c3ad6c31..a66a6d433b1f 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -1685,7 +1685,7 @@ static struct clk_core *__clk_init_parent(struct clk_core *core) "%s: multi-parent clocks must implement .get_parent\n", __func__); goto out; - }; + } /* * Do our best to cache parent clocks in core->parents. This prevents -- cgit v1.2.3