ppc4xx: Drop redundant device realization
commitb15fe4a018a019707793c178cba05ee5600389f6
authorMarkus Armbruster <armbru@redhat.com>
Tue, 9 Jun 2020 12:23:28 +0000 (9 14:23 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 15 Jun 2020 19:36:21 +0000 (15 21:36 +0200)
tree3f8f5951f05aa2565ae926c3a28b9486c89046a6
parent157ed954e2dc8c2a4230d38058ca7f1fe50902e0
ppc4xx: Drop redundant device realization

object_property_set_bool(OBJECT(dev), true, "realized", ...) right
after qdev_init_nofail(dev) does nothing, because qdev_init_nofail()
already realizes.  Drop.

Cc: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200609122339.937862-14-armbru@redhat.com>
hw/ppc/ppc440_uc.c