]> git.proxmox.com Git - mirror_qemu.git/commit
dt: temporarily disable subtree creation failure check
authorAlexander Graf <agraf@suse.de>
Thu, 17 May 2012 12:12:57 +0000 (14:12 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:46 +0000 (01:04 +0200)
commitef5d833fc6f04119ded9fca294d26ce225d69490
tree41881b1edf88c3aa0f1024fcefd1dd3192e02e66
parent8535ab125853d1ba9067ba408c532c2ad79146e6
dt: temporarily disable subtree creation failure check

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: Alexander Graf <agraf@suse.de>
device_tree.c