Thread (12 messages) 12 messages, 2 authors, 2017-12-11

[PATCH v6 4/6] clk: meson: make the spinlock naming more specific

From: jbrunet@baylibre.com (Jerome Brunet)
Date: 2017-12-11 11:27:32
Also in: linux-amlogic, linux-clk, linux-devicetree, lkml

On Mon, 2017-12-11 at 14:48 +0800, Yixun Lan wrote:
quoted hunk ↗ jump to hunk
                .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,                                   \
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help