提交 7eaf8b9f 编写于 作者: D Dan Carpenter 提交者: Michael Turquette

clk: socfpga: remove a stray tab

This line was indented too far.
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Acked-by: NDinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: NMichael Turquette <mturquette@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册