diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 59a7a9ee58ef..d245628b15dd 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -245,7 +245,7 @@ static int populate_node(const void *blob, } *pnp = np; - return true; + return 0; } static void reverse_nodes(struct device_node *parent)