]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: imx6q: drop unnecessary semicolon
authorDmitry Voytik <voytikd@gmail.com>
Thu, 6 Nov 2014 18:46:20 +0000 (22:46 +0400)
committerLuis Henriques <luis.henriques@canonical.com>
Thu, 22 Jan 2015 15:42:54 +0000 (15:42 +0000)
commit d2a10a1727b3948019128e83162f22c65859f1fd upstream.

Drop unnecessary semicolon after closing curly bracket.

Signed-off-by: Dmitry Voytik <voytikd@gmail.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
[ luis: 3.16-stable prereq for:
  9351c09fb16f "usb: gadget: udc: atmel: fix possible IN hang issue" ]
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
arch/arm/mach-imx/clk-imx6q.c

index 8556c787e59ca89de93f370bd90745b953dbeff9..e9f8dbc360f6d0b5f110d82f92209f389e9da7de 100644 (file)
@@ -164,7 +164,7 @@ static void __init imx6q_clocks_init(struct device_node *ccm_node)
                post_div_table[2].div = 1;
                video_div_table[1].div = 1;
                video_div_table[2].div = 1;
-       };
+       }
 
        /*                   type                               name         parent_name  base     div_mask */
        clk[pll1_sys]      = imx_clk_pllv3(IMX_PLLV3_SYS,       "pll1_sys",     "osc", base,        0x7f);