Loading drivers/regulator/of_regulator.c +6 −0 Original line number Original line Diff line number Diff line Loading @@ -120,6 +120,12 @@ int of_regulator_match(struct device *dev, struct device_node *node, if (!dev || !node) if (!dev || !node) return -EINVAL; return -EINVAL; for (i = 0; i < num_matches; i++) { struct of_regulator_match *match = &matches[i]; match->init_data = NULL; match->of_node = NULL; } for_each_child_of_node(node, child) { for_each_child_of_node(node, child) { name = of_get_property(child, name = of_get_property(child, "regulator-compatible", NULL); "regulator-compatible", NULL); Loading Loading
drivers/regulator/of_regulator.c +6 −0 Original line number Original line Diff line number Diff line Loading @@ -120,6 +120,12 @@ int of_regulator_match(struct device *dev, struct device_node *node, if (!dev || !node) if (!dev || !node) return -EINVAL; return -EINVAL; for (i = 0; i < num_matches; i++) { struct of_regulator_match *match = &matches[i]; match->init_data = NULL; match->of_node = NULL; } for_each_child_of_node(node, child) { for_each_child_of_node(node, child) { name = of_get_property(child, name = of_get_property(child, "regulator-compatible", NULL); "regulator-compatible", NULL); Loading