mmc: sdhci-esdhc-imx: fix indent
authorStefan Agner <stefan@agner.ch>
Thu, 12 Jul 2018 08:07:25 +0000 (10:07 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 16 Jul 2018 09:41:13 +0000 (11:41 +0200)
Fix indent. This also makes disable/enable clock blocks look
alike.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Acked-by: Dong Aisheng <aisheng.dong@nxp.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-esdhc-imx.c

index 9e838409ce6981b02d18c0b8245cc191eeb25a2b..f44e49014a440e1a4790d1d13b3ea7f62037db5f 100644 (file)
@@ -758,7 +758,7 @@ static inline void esdhc_pltfm_set_clock(struct sdhci_host *host,
        if (esdhc_is_usdhc(imx_data)) {
                val = readl(host->ioaddr + ESDHC_VENDOR_SPEC);
                writel(val | ESDHC_VENDOR_SPEC_FRC_SDCLK_ON,
-               host->ioaddr + ESDHC_VENDOR_SPEC);
+                       host->ioaddr + ESDHC_VENDOR_SPEC);
        }
 
        mdelay(1);