mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with last-second name change.
This commit is contained in:
parent
49624653d5
commit
a41679c945
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ fdt_depth_search_compatible(phandle_t start, const char *compat, int strict)
|
|||
(strict == 0 || fdt_is_compatible_strict(node, compat))) {
|
||||
return (node);
|
||||
}
|
||||
child = fdt_search_compatible(node, compat, strict);
|
||||
child = fdt_depth_search_compatible(node, compat, strict);
|
||||
if (child != 0)
|
||||
return (child);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue