]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00155890 [mx6q] code clean up
authorTony Lin <tony.lin@freescale.com>
Fri, 2 Sep 2011 05:30:34 +0000 (13:30 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:36 +0000 (14:09 +0200)
remove unnecessary '\'

Signed-off-by: Tony Lin <tony.lin@freescale.com>
arch/arm/mach-mx6/clock.c

index 4a56fd640ee8aad12a835dd46a2017b1cfc9a07b..0ccae284bb07016c774c2f0161de75ecebee96f1 100644 (file)
@@ -1052,7 +1052,7 @@ static int _clk_axi_set_parent(struct clk *clk, struct clk *parent)
                /* Set the AXI_ALT_SEL mux. */
                reg = __raw_readl(MXC_CCM_CBCDR)
                        & ~MXC_CCM_CBCDR_AXI_ALT_SEL_MASK;
-               reg = ((mux - 1) << MXC_CCM_CBCDR_AXI_ALT_SEL_OFFSET);\
+               reg = ((mux - 1) << MXC_CCM_CBCDR_AXI_ALT_SEL_OFFSET);
                __raw_writel(reg, MXC_CCM_CBCDR);
 
                /* Set the AXI_SEL mux */