Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b011d386 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

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: default avatarStephen Boyd <sboyd@codeaurora.org>
parent f53f551b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);