Quoting Gabriel FERNANDEZ (2014-07-15 08:20:22) > +static const char ** __init flexgen_get_parents(struct device_node *np, > + int *num_parents) > +{ > + const char **parents; > + int nparents, i; > + > + nparents = of_count_phandle_with_args(np, "clocks", "#clock-cells"); FYI, of_clk_get_parent_count provides a nice wrapper around this. Maybe you can update it some day? Not a blocking issue for this series. Regards, Mike -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html