mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Change DEV to EDGE * Renaming patches dev folder to edge * Move patches into subdir where they will be archived. * Relink patch directories properly
14 lines
410 B
Diff
14 lines
410 B
Diff
diff --git a/drivers/of/property.c b/drivers/of/property.c
|
|
index 2c201e2c..ae79a6f8 100644
|
|
--- a/drivers/of/property.c
|
|
+++ b/drivers/of/property.c
|
|
@@ -900,7 +900,7 @@ of_fwnode_graph_get_port_parent(struct fwnode_handle *fwnode)
|
|
struct device_node *np;
|
|
|
|
/* Get the parent of the port */
|
|
- np = of_get_next_parent(to_of_node(fwnode));
|
|
+ np = of_get_parent(to_of_node(fwnode));
|
|
if (!np)
|
|
return NULL;
|
|
|