]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check
authorEric Auger <eric.auger@linaro.org>
Fri, 19 Feb 2016 16:42:31 +0000 (09:42 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 19 Feb 2016 16:42:31 +0000 (09:42 -0700)
commitc89e91a76b361feaa09a48c20e6d18ae92ad0b4a
tree3b2c0dd040fa576cd74eedde93a034abe3c20beb
parentcf5a13e370afad57f1cfab0a8871ed839f5eda48
hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check

qemu_fdt_setprop asserts in case of error hence no need to check
the returned value.

Signed-off-by: Eric Auger <eric.auger@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/arm/sysbus-fdt.c