On 16/1/22 12:46, Bernhard Beschow wrote:
fdt_open_into() obligingly returns an error code in case the operation failed. So be obliging as well and use it in the error message.Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- softmmu/device_tree.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>