mmc: dw_mmc: fix indentation issue
[platform/kernel/linux-starfive.git] / drivers / mmc / host / dw_mmc.c
index 79c55c7..bf0048e 100644 (file)
@@ -3441,8 +3441,8 @@ int dw_mci_runtime_resume(struct device *dev)
         * Restore the initial value at FIFOTH register
         * And Invalidate the prev_blksz with zero
         */
-        mci_writel(host, FIFOTH, host->fifoth_val);
-        host->prev_blksz = 0;
+       mci_writel(host, FIFOTH, host->fifoth_val);
+       host->prev_blksz = 0;
 
        /* Put in max timeout */
        mci_writel(host, TMOUT, 0xFFFFFFFF);