MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / ath79 / clock.c
index 579f452c0b456ec226828bd50ae856affd6f2aff..8c1b8bf9b32f8cc88c2ad9939f9a2333df34a264 100644 (file)
@@ -198,7 +198,7 @@ static void __init ar934x_clocks_init(void)
        dpll_base = ioremap(AR934X_SRIF_BASE, AR934X_SRIF_SIZE);
 
        bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP);
-       if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40)
+       if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40)
                ath79_ref_clk.rate = 40 * 1000 * 1000;
        else
                ath79_ref_clk.rate = 25 * 1000 * 1000;