We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7e258 commit abbe1efCopy full SHA for abbe1ef
drivers/clk/socfpga/clk-agilex.c
@@ -358,7 +358,8 @@ static int agilex_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock
358
return 0;
359
}
360
361
-static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks, int nums, struct stratix10_clock_data *data)
+static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks,
362
+ int nums, struct stratix10_clock_data *data)
363
{
364
struct clk_hw *hw_clk;
365
void __iomem *base = data->base;
0 commit comments