clk: socfpga: Silence sparse warning
drivers/clk/socfpga/clk-gate.c:227:40: warning: Using plain integer as NULL pointer Cc: Dinh Nguyen <dinguyen@altera.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
@@ -224,7 +224,7 @@ static void __init __socfpga_gate_init(struct device_node *node,
|
|||||||
socfpga_clk->shift = div_reg[1];
|
socfpga_clk->shift = div_reg[1];
|
||||||
socfpga_clk->width = div_reg[2];
|
socfpga_clk->width = div_reg[2];
|
||||||
} else {
|
} else {
|
||||||
socfpga_clk->div_reg = 0;
|
socfpga_clk->div_reg = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
rc = of_property_read_u32_array(node, "clk-phase", clk_phase, 2);
|
rc = of_property_read_u32_array(node, "clk-phase", clk_phase, 2);
|
||||||
|
Reference in New Issue
Block a user