All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] clk: socfpga: remove a stray tab
@ 2015-05-27  8:26 ` Dan Carpenter
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Carpenter @ 2015-05-27  8:26 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: Mike Turquette, Stephen Boyd, linux-clk, kernel-janitors

This line was indented too far.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/clk/socfpga/clk-gate-a10.c b/drivers/clk/socfpga/clk-gate-a10.c
index be3e998..83c6780 100644
--- a/drivers/clk/socfpga/clk-gate-a10.c
+++ b/drivers/clk/socfpga/clk-gate-a10.c
@@ -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;

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-03 23:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27  8:26 [patch] clk: socfpga: remove a stray tab Dan Carpenter
2015-05-27  8:26 ` Dan Carpenter
2015-05-27 13:21 ` Dinh Nguyen
2015-05-27 13:21   ` Dinh Nguyen
2015-06-03 23:21   ` Michael Turquette
2015-06-03 23:21     ` Michael Turquette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.