aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/of/fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
index a6f83ea107ae..d429826b61a5 100644
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
@@ -324,7 +324,7 @@ static void __unflatten_device_tree(void *blob,
324 324
325 /* First pass, scan for size */ 325 /* First pass, scan for size */
326 start = 0; 326 start = 0;
327 size = (unsigned long)unflatten_dt_node(blob, 0, &start, NULL, NULL, 0); 327 size = (unsigned long)unflatten_dt_node(blob, NULL, &start, NULL, NULL, 0);
328 size = ALIGN(size, 4); 328 size = ALIGN(size, 4);
329 329
330 pr_debug(" size is %lx, allocating...\n", size); 330 pr_debug(" size is %lx, allocating...\n", size);