Re: [PATCH net-next 04/10] net: ethernet: ti: cpts: add support for rftclk selection

From: David Miller
Date: Mon Jun 03 2019 - 18:17:23 EST


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.