Commit 7eaf8b9f authored by Dan Carpenter's avatar Dan Carpenter Committed by Michael Turquette

clk: socfpga: remove a stray tab

This line was indented too far.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Acked-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: default avatarMichael Turquette <mturquette@linaro.org>
parent 80e7264c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment