OSDN Git Service

qdev_monitor: Simplify error handling in qdev_device_add()
authorThomas Huth <thuth@redhat.com>
Thu, 2 Nov 2017 10:10:05 +0000 (11:10 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 19 Jan 2018 13:18:51 +0000 (11:18 -0200)
commit58346214d03ffcd774e86e3ce72b4196769eb710
tree43a25d91cf3cd170e9d603538d65f04a7fb56c93
parentef18310d5495c4ce0e1289ed7fc9833d73fe5ee1
qdev_monitor: Simplify error handling in qdev_device_add()

Instead of doing the clean-ups on errors multiple times, introduce
a jump label at the end of the function that can be used by all
error paths that need this cleanup.

Suggested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1509617407-21191-2-git-send-email-thuth@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
qdev-monitor.c