hw/core/qdev: Remove superfluous return statement
commit1063477834b5fa86401da00262a92d1f386e49b9
authorThomas Huth <thuth@redhat.com>
Tue, 10 Nov 2015 20:16:11 +0000 (10 21:16 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 11 Jan 2016 08:39:28 +0000 (11 11:39 +0300)
tree8cb5289a183c35a1a08e45d420c8306ca3c5f97f
parentff433bbb82d2c1b4c0146ccb0ce78f58fb382fda
hw/core/qdev: Remove superfluous return statement

The "return;" statement at the end of device_set_realized()
does not make much sense, so let's remove it.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/core/qdev.c