aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2011-09-02 13:30:34 +0800
committerTony Lin <tony.lin@freescale.com>2011-09-02 13:32:26 +0800
commitfc56a119ccc6f2a8671ccc7db12be0366de6a482 (patch)
treea8254fbaa468f239549af797bb5cb96c72537888 /arch
parentff27cfa7c2a23ce0b1ad2a73a9fb2417dd97cf5d (diff)
ENGR00155890 [mx6q] code clean up
remove unnecessary '\' Signed-off-by: Tony Lin <tony.lin@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c
index 4a56fd640ee..0ccae284bb0 100644
--- a/arch/arm/mach-mx6/clock.c
+++ b/arch/arm/mach-mx6/clock.c
@@ -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 */