qdev: remove extraneous error
commit94d912d1928cabbad20fd6abab0b679682c75058
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 10 Jan 2020 15:30:16 +0000 (10 19:30 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 19:59:12 +0000 (24 20:59 +0100)
treeff84ed7637b24dc8d88a5f0a02ffcf7aafedc9fc
parent421720c87c118ee0b22ca861bb52a418947f3e7e
qdev: remove extraneous error

All callers use error_abort, and even the function itself calls with
error_abort.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20200110153039.1379601-4-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/core/qdev.c
include/hw/qdev-properties.h
target/arm/cpu.c