]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/clk/clk-gate.c
pinctrl: lynxpoint: Switch to memory mapped IO accessors
[linux.git] / drivers / clk / clk-gate.c
index 1b99fc96274517b61fb0fca61978551e50e837dc..670053c58c1a16dfb065341c30e7ac3e71f5a3a3 100644 (file)
@@ -141,7 +141,7 @@ struct clk_hw *clk_hw_register_gate(struct device *dev, const char *name,
 {
        struct clk_gate *gate;
        struct clk_hw *hw;
-       struct clk_init_data init;
+       struct clk_init_data init = {};
        int ret;
 
        if (clk_gate_flags & CLK_GATE_HIWORD_MASK) {