lib/device_tree.c: Remove repeated word
Change-Id: Id5279587231c539bd3ffc75b75b29d88ef30e56a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49534 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
parent
ba4dbf8c4c
commit
0afaff2611
|
@ -1346,7 +1346,7 @@ static int dt_fixup_all_externals(struct device_tree *tree,
|
|||
if (!path)
|
||||
return -1;
|
||||
|
||||
/* Find node the label pointed to to figure out its phandle. */
|
||||
/* Find node the label pointed to figure out its phandle. */
|
||||
struct device_tree_node *node = dt_find_node_by_path(tree, path,
|
||||
NULL, NULL, 0);
|
||||
if (!node)
|
||||
|
|
Loading…
Reference in New Issue