clk: socfpga: remove a stray tab
[firefly-linux-kernel-4.4.55.git] / drivers / clk / socfpga / clk-gate-a10.c
index be3e998b85d0f99a53cf5549178b78ea24bcd6f8..83c6780ff4b2e47dea9db1674fbffadb2bcfcd3a 100644 (file)
@@ -39,7 +39,7 @@ static unsigned long socfpga_gate_clk_recalc_rate(struct clk_hw *hwclk,
        else if (socfpgaclk->div_reg) {
                val = readl(socfpgaclk->div_reg) >> socfpgaclk->shift;
                val &= div_mask(socfpgaclk->width);
-                       div = (1 << val);
+               div = (1 << val);
        }
 
        return parent_rate / div;