On Mon, 2017-12-11 at 14:48 +0800, Yixun Lan wrote: > .ops = &clk_gate_ops, > diff --git a/drivers/clk/meson/clkc.h b/drivers/clk/meson/clkc.h > index 1629da9b4141..87f06a801a4d 100644 > --- a/drivers/clk/meson/clkc.h > +++ b/drivers/clk/meson/clkc.h > @@ -134,7 +134,7 @@ struct meson_clk_audio_divider { > struct clk_gate _name = { \ > .reg = (void __iomem *) _reg, \ > .bit_idx = (_bit), \ > - .lock = &clk_lock, \ > + .lock = &meson_clk_lock, \ Something is not right here, line is over 80 characters Remember to run checkpatch on your series please. > .hw.init = &(struct clk_init_data) { \ > .name = #_name, \ > .ops = &clk_gate_ops, \ -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html