mtd: sf: Make sf_mtd.c more robust
[platform/kernel/u-boot.git] / drivers / core / device.c
index 5176aa3..47a697f 100644 (file)
@@ -834,5 +834,5 @@ int dev_enable_by_path(const char *path)
        if (ret)
                return ret;
 
-       return lists_bind_fdt(parent, node, NULL);
+       return lists_bind_fdt(parent, node, NULL, false);
 }