From: Grygorii Strashko <grygorii.strashko@xxxxxx> Date: Sat, 1 Jun 2019 13:45:28 +0300 > +static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node) > +{ > + unsigned int num_parents; > + const char **parent_names; > + struct device_node *refclk_np; > + struct clk_hw *clk_hw; > + u32 *mux_table; > + int ret = -EINVAL; Reverse christmas tree please. Thank you.