diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2012-09-18 12:36:11 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-08 21:09:30 -0400 |
commit | c09fcc438ca7b5498f74e4fcd0b0ce691b4fca5c (patch) | |
tree | cc4549f13d8532ac0b2b374bded665d2f17057de /arch/arm/mach-omap2/clkt_clksel.c | |
parent | 11eff2788a1eb035693aa675504a40e72c920b61 (diff) |
arch/arm/mach-omap2: Remove unecessary semicolon
Found by http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clkt_clksel.c')
-rw-r--r-- | arch/arm/mach-omap2/clkt_clksel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clkt_clksel.c b/arch/arm/mach-omap2/clkt_clksel.c index eaed3900a83c..3ff22114d702 100644 --- a/arch/arm/mach-omap2/clkt_clksel.c +++ b/arch/arm/mach-omap2/clkt_clksel.c | |||
@@ -382,7 +382,7 @@ void omap2_init_clksel_parent(struct clk *clk) | |||
382 | __clk_get_name(parent) : | 382 | __clk_get_name(parent) : |
383 | "NULL")); | 383 | "NULL")); |
384 | clk_reparent(clk, clks->parent); | 384 | clk_reparent(clk, clks->parent); |
385 | }; | 385 | } |
386 | found = 1; | 386 | found = 1; |
387 | } | 387 | } |
388 | } | 388 | } |