Quoting Dinh Nguyen (2015-05-27 06:21:56) > > > On 5/27/15 3:26 AM, Dan Carpenter wrote: > > This line was indented too far. > > > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > > > 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; > > > > Acked-by: Dinh Nguyen <dinguyen@xxxxxxxxxxxxxxxxxxxxx> Applied. Regards, Mike -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html