imx: fix coding style
authorPeng Fan <Peng.Fan@freescale.com>
Tue, 15 Sep 2015 06:05:08 +0000 (14:05 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 24 Sep 2015 09:32:38 +0000 (11:32 +0200)
Fix coding style.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx7/soc.c
arch/arm/imx-common/init.c

index af16ba7..2ed05ea 100644 (file)
@@ -79,7 +79,7 @@ u32 get_cpu_temp_grade(int *minc, int *maxc)
        val &= 0x3;
 
        if (minc && maxc) {
-               if ( val == TEMP_AUTOMOTIVE) {
+               if (val == TEMP_AUTOMOTIVE) {
                        *minc = -40;
                        *maxc = 125;
                } else if (val == TEMP_INDUSTRIAL) {
index 058cf79..15dab1d 100644 (file)
@@ -44,8 +44,7 @@ void init_aips(void)
        writel(0x00000000, &aips2->opacr3);
        writel(0x00000000, &aips2->opacr4);
 
-       if (is_cpu_type(MXC_CPU_MX6SX) || is_soc_type(MXC_SOC_MX7))
-       {
+       if (is_cpu_type(MXC_CPU_MX6SX) || is_soc_type(MXC_SOC_MX7)) {
                /*
                 * Set all MPROTx to be non-bufferable, trusted for R/W,
                 * not forced to user-mode.