• A
    dt: temporarily disable subtree creation failure check · ef5d833f
    Alexander Graf 提交于
    Usually we want to know when creating a subtree fails. However, while
    introducing this patch set we have to modify the device tree and some
    times have the code to create a subtree in both the binary tree and
    the dynamically created tree.
    
    So ignore failures about this for now and enable them once we got rid
    of the binary device tree.
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    ef5d833f
device_tree.c 4.5 KB